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
2020-05-21 09:45:24 -07:00
..
internal/transform Move Resource into the metric export Record (#739) 2020-05-18 17:44:28 -07:00
testing Proof of concept 2020-05-21 09:45:24 -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 Rename ScheduleDelayMillis to BatchTimeout (#752) 2020-05-20 10:12:57 -07:00
go.mod Proof of concept 2020-05-21 09:45:24 -07:00
go.sum Proof of concept 2020-05-21 09:45:24 -07:00
mock_collector_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
options.go Proof of concept 2020-05-21 09:45:24 -07:00
otlp_integration_test.go Proof of concept 2020-05-21 09:45:24 -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 Proof of concept 2020-05-21 09:45:24 -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