Categorygo.opentelemetry.io/otel/exporters/otlp/otlptrace
modulepackage
1.35.0
Repository: https://github.com/open-telemetry/opentelemetry-go.git
Documentation: pkg.go.dev

# README

OTLP Trace Exporter

PkgGoDev

# Packages

Package otlptracegrpc provides an OTLP span exporter using gRPC.
Package otlptracehttp provides an OTLP span exporter using HTTP with protobuf payloads.

# Functions

New constructs a new Exporter and starts it.
NewUnstarted constructs a new Exporter and does not start it.
Version is the current release version of the OpenTelemetry OTLP trace exporter in use.

# Structs

Exporter exports trace data in the OTLP wire format.

# Interfaces

Client manages connections to the collector, handles the transformation of data into wire format, and the transmission of that data to the collector.