Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1017 Bytes

exporters.md

File metadata and controls

33 lines (23 loc) · 1017 Bytes
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