Crate polkadot_node_metrics
source ·Expand description
Metrics helpers
Collects a bunch of metrics providers and related features such as
Metronome
for usage with metrics collections.
This crate also reexports Prometheus metric types which are expected to be implemented by subsystems.
Re-exports§
pub use self::metronome::Metronome;
pub use self::runtime::logger_hook;
pub use metered;
Modules§
- This module reexports Prometheus types and defines the
Metrics
trait. - Cyclic metric collection support.
- Runtime Metrics helpers.