Expand description
Health, metrics, and tracing support. Server-level observability surfaces.
Re-exports§
pub use instrumented_store::InstrumentedEventStore;pub use metrics::Metrics;pub use metrics::MetricsError;
Modules§
- health
- Health-check response helpers. Kubernetes-style liveness and readiness probes.
- instrumented_
store - Event-store decorator recording server metrics.
InstrumentedEventStore: event-store decorator recording server metrics. - metrics
- Metrics registry and rendering support. Prometheus metrics registry and recording helpers.
- tracing
- Tracing subscriber initialization support. Structured JSON tracing subscriber initialization.