//! Creates the OpenTelemetry exporter using
//! `tracing_subscriber`, and batching requests
//! to the output defined by the environment.
//!
//! An example environment is shown:
//! ```bash
//! OTEL_EXPORTER_OTLP_ENDPOINT=https://<exporter>.com
//! OTEL_EXPORTER_OTLP_HEADERS=<api-key> [if required]
//! OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
//! OTEL_SERVICE_NAME=routers
//! ```
use SubscriberExt;
use SubscriberInitExt;
use ;
;