Re-exports§
pub use aggregator::ComponentHealth;pub use aggregator::HealthReport;pub use aggregator::MetricsAggregator;pub use alert::Alert;pub use alert::AlertSeverity;pub use bus::AlertBus;pub use bus::AlertHandler;pub use exporter::export_otel_json;pub use exporter::export_otel_json_value;pub use exporter::export_prometheus_text;pub use gauge::MetricTimeSeries;pub use gauge::ThresholdGauge;pub use watcher::HealthWatcher;
Modules§
Structs§
- Metrics
Snapshot - A single named metric reading.
Enums§
- Health
Status - Health condition reported by a
MetricsProvider.
Traits§
- Metrics
Provider - Implemented by any component that can expose runtime metrics and health.