title | aliases | weight | |
---|---|---|---|
Exporters |
|
4 |
In order to visualize and analyze your traces and metrics, you will need to export them to a backend.
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 export is available in the go.opentelemetry.io/otel/exporters/jaeger
package.
Please find more documentation on GitHub
Prometheus export is available in the
go.opentelemetry.io/otel/exporters/prometheus
package.
Please find more documentation on GitHub