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-04-24 15:24:00 -07:00
..
internal/transform Pass Resources through the metrics export pipeline (#659) 2020-04-24 09:44:21 -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.4.3 (#664) 2020-04-24 15:24:00 -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 Use the label.Set.Equivalent value instead of an encoding in the batcher (#658) 2020-04-24 09:32:49 -07:00
otlp_metric_test.go Pass Resources through the metrics export pipeline (#659) 2020-04-24 09:44:21 -07:00
otlp_span_test.go Increase the visibility of the api/key package (#650) 2020-04-21 20:26:51 -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