Skip to main content

Module observability

Module observability 

Source
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, and the log bridge that carries our dependencies’ diagnostics into it.