//! Optional observability hooks — bring your own Prometheus / OpenTelemetry.
use fmt;
use crateHealthStatus;
/// Callback interface for observability. The library never pulls in metrics/tracing
/// dependencies — users implement this to bridge to their own stack.
/// Default no-op implementation.
;