1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/exporters/otlp
Joshua MacDonald 1fab21ddbf
Support use of synchronous instruments in async callbacks (#725)
* Support use of synchronous instruments in async callbacks

* Add a test
2020-05-19 21:33:10 -07:00
..
internal/transform Move Resource into the metric export Record (#739) 2020-05-18 17:44:28 -07:00
alignment_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
connection.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
doc.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
example_test.go update godoc.org links to pkg.go.dev (#602) 2020-03-30 15:40:38 -04:00
go.mod Prepare for releasing v0.5.0 2020-05-13 17:11:23 -07:00
go.sum Move span transforms of the OTLP exporter to internal (#593) 2020-03-25 09:04:31 -07:00
mock_collector_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
options.go Updated default port for OTLP exporter (#611) 2020-04-02 10:04:57 -07:00
otlp_integration_test.go Support use of synchronous instruments in async callbacks (#725) 2020-05-19 21:33:10 -07:00
otlp_metric_test.go Refactor the api/metrics push controller; add CheckpointSet synchronization (#737) 2020-05-18 18:37:41 -07:00
otlp_span_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
otlp.go Move Resource into the metric export Record (#739) 2020-05-18 17:44:28 -07:00
README.md update godoc.org links to pkg.go.dev (#602) 2020-03-30 15:40:38 -04:00

OpenTelemetry Collector Go Exporter

GoDoc

This exporter converts OpenTelemetry SpanData to OpenTelemetry Protocol Span and exports them to OpenTelemetry Collector.

Installation

$ go get -u go.opentelemetry.io/otel/exporters/otlp