1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters
Gustavo Paiva 2d02a2f126
converts Resource into a target_info metric on the prometheus exporter (#3285)
* converts `Resource` into a `target_info` metric on the prometheus exporter
2022-10-19 11:22:46 -05:00
..
jaeger dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04:00
otlp dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04:00
prometheus converts Resource into a target_info metric on the prometheus exporter (#3285) 2022-10-19 11:22:46 -05:00
stdout dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04:00
zipkin dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04: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.