Exporters
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