1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters
Aaron Clawson b6d4335a72
Removes go1.17, replaces with go1.18 (#3179)
* Removes go1.17, replaces with go1.18

* Update Changelog

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2022-09-19 17:22:40 -07:00
..
jaeger Removes go1.17, replaces with go1.18 (#3179) 2022-09-19 17:22:40 -07:00
otlp Removes go1.17, replaces with go1.18 (#3179) 2022-09-19 17:22:40 -07:00
prometheus Release v0.32.0 -- Revised Metric SDK (Alpha) (#3184) 2022-09-19 10:28:37 -07:00
stdout Removes go1.17, replaces with go1.18 (#3179) 2022-09-19 17:22:40 -07:00
zipkin Removes go1.17, replaces with go1.18 (#3179) 2022-09-19 17:22:40 -07:00
README.md Add README to the exporter package (#3142) 2022-09-04 07:52:34 -07:00

OpenTelemetry Exporters

Once the OpenTelemetry SDK has created and processed telemetry, it needs to be exported. This package contains exporters for this purpose.

Exporter Packages

The following exporter packages are provided with the following OpenTelemetry signal support.

Exporter Package Metrics Traces
go.opentelemetry.io/otel/exporters/jaeger
go.opentelemetry.io/otel/exporters/otlp/otlpmetric
go.opentelemetry.io/otel/exporters/otlp/otlptrace
go.opentelemetry.io/otel/exporters/prometheus
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
go.opentelemetry.io/otel/exporters/stdout/stdouttrace
go.opentelemetry.io/otel/exporters/zipkin

See the OpenTelemetry registry for 3rd-part exporters compatible with this project.