// SPDX-License-Identifier: BUSL-1.1
//! OpenTelemetry Protocol (OTLP) ingest and export.
//!
//! Ingest: HTTP receivers at `/v1/metrics`, `/v1/traces`, `/v1/logs`.
//! Export: Push NodeDB's own traces/metrics to an OTLP collector.
pub use ExporterConfig;
pub use OtelConfig;