1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters/otlp
Joshua MacDonald 76baa9cc7a
Remove the push controller named Meter map (#738)
* Remove the push controller named Meter map

* Checkpoint

* Remove Provider impls

* Add a test

* Expose Provider() getter instead of implementing the interface
2020-05-18 10:48:58 -07:00
..
internal/transform Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -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 Remove the push controller named Meter map (#738) 2020-05-18 10:48:58 -07:00
otlp_metric_test.go Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -07:00
otlp_span_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
otlp.go Pass Resources through the metrics export pipeline (#659) 2020-04-24 09:44:21 -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