# Functions

NewExporter is an implementation of trace.Exporter that sends spans to LightStep.
OCProtoSpanToOTelSpanData converts an OC Span to an OTel SpanData.
WithAccessToken sets the LightStep access token used to authenticate and associate data.
WithHost sets the URL hostname for sending data to LightStep satellites.
WithMaxBufferedSpans sets the maximum number of spans that will be buffered before sending them to a collector.
WithPlainText indicates if data should be sent in plaintext to the LightStep Satelites.
WithPort sets the URL port for sending data to LightStep satellites.
WithServiceName sets the service name tag used to identify a service in the LightStep application.
WithServiceVersion sets the service version used to identify a service's version in the LightStep application.
WithSystemMetricMeasurementFrequency sets the tineout duration for sending metrics reports to the LightStep application.
WithSystemMetricsDisabled determines if system metrics are disabled or not.
WithSystemMetricTimeout sets the tineout duration for sending metrics reports to the LightStep application.

# Structs

Exporter is an implementation of trace.Exporter that sends spans to LightStep.

# Type aliases

Option struct is used to configre the LightStepExpoter options.