1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters
David Ashpole 510910e92d
Add unit suffixes to prometheus metric names (#3352)
* add unit suffixes to prometheus metric names

* Update CHANGELOG.md

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* remove unneccessary variable

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2022-10-19 15:25:18 -04: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 Add unit suffixes to prometheus metric names (#3352) 2022-10-19 15:25:18 -04: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.