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
Iris Song 42a845093e
Unembed SpanContext (#1877)
* Unembed SpanContext

rebase branch

* Update CHANGELOG
2021-05-03 20:10:02 -04:00
..
internal Unembed SpanContext (#1877) 2021-05-03 20:10:02 -04:00
otlpgrpc Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00
otlphttp add support for env var configuration to otlp/gRPC (#1811) 2021-04-16 14:52:24 -07:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
example_test.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
go.mod Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00
go.sum Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00
options.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
optiontypes.go add support for env var configuration to otlp/gRPC (#1811) 2021-04-16 14:52:24 -07:00
otlp_metric_test.go Migrate to using go.opentelemetry.io/proto/otlp (#1713) 2021-03-20 09:25:07 -07:00
otlp_span_test.go Add Status type to SDK (#1874) 2021-05-03 12:00:54 -07:00
otlp_test.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
otlp.go add NewExportPipeline and InstallNewPipeline for otlp (#1373) 2021-04-08 11:11:22 -07:00
protocoldriver.go Change NewSplitDriver paramater and initialization (#1798) 2021-04-23 14:51:55 -04:00
README.md Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00
retry.go Implement retry policy for the OTLP/gRPC exporter (#1832) 2021-04-29 11:07:21 -07:00

OpenTelemetry Collector Go Exporter

PkgGoDev

This exporter exports OpenTelemetry spans and metrics to the OpenTelemetry Collector.

Installation and Setup

The exporter can be installed using standard go functionality.

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

A new exporter can be created using the NewExporter function.