# 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.
# Interfaces
Client manages connections to the collector, handles the transformation of data into wire format, and the transmission of that data to the collector.