# Functions

InstallNewPipeline instantiates a NewExportPipeline with the recommended configuration and registers it globally.
NewExporter returns an OTel Exporter implementation that exports the collected spans to Azure Monitor.
NewExportPipeline sets up a complete export pipeline with the recommended setup for trace provider.
WithConnectionString sets the connection string for exporter.
WithConnectionStringFromEnv sets the connection from environment variable.
WithEndpoint sets the ingestion endpoint for the exporter.
WithInstrumentationKey set the instrumentation key for ingestion endpoint.
WithInstrumentationKeyFromEnv sets the instrumentation key from environment variable.
WithOptions sets the TracerProviderOptions for the exporter pipeline.
WithProcess sets the process with the information about the exporting process.

# Structs

Data represesent span data in transmittion.
Envelope represents system variables for a telemetry item.
Exporter is an implementation of an OTel SpanSyncer that uploads spans to Azure Monitor.
Process contains the information exported to Azure Monitor about the source of the trace data.
RemoteDependencyData represents internal/client span.
RequestData represents consumer/server span.

# Type aliases

Option is type definion for WithXxx functions.