1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/otlp
Tyler Yahn e7a9ba1e2e
Remove unneeded allocation on empty labels (#597)
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
2020-03-25 20:17:43 -07:00
..
internal/transform Remove unneeded allocation on empty labels (#597) 2020-03-25 20:17:43 -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 project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
go.mod Move span transforms of the OTLP exporter to internal (#593) 2020-03-25 09:04:31 -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 Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
otlp_test.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
otlp.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
README.md opentelemetry collector trace exporter (#497) 2020-03-06 22:01:02 -08:00

OpenTelemetry Collector Go Exporter

![GoDoc][godoc-image]

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