//! Initialize telemetry from a profile and emit a few structured log events.
//!
//! Run with: `cargo run -p klauthed-observability --example telemetry`
//! (enable `--features metrics,otel` to also wire Prometheus / OTLP export).
use Profile;
use ;
async