1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-03 13:11:53 +02:00
Patrice Chalin b177f58e09
[docs] fix link to traces concept page (#3807)
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-02-27 10:02:22 -08:00

1017 B

title aliases weight
Exporters
/docs/instrumentation/go/exporting_data
4

In order to visualize and analyze your traces and metrics, you will need to export them to a backend.

OTLP Exporter

OpenTelemetry Protocol (OTLP) export is available in the go.opentelemetry.io/otel/exporters/otlp/otlptrace and go.opentelemetry.io/otel/exporters/otlp/otlpmetric packages.

Please find more documentation on GitHub

Jaeger Exporter

Jaeger export is available in the go.opentelemetry.io/otel/exporters/jaeger package.

Please find more documentation on GitHub

Prometheus Exporter

Prometheus export is available in the go.opentelemetry.io/otel/exporters/prometheus package.

Please find more documentation on GitHub