Crate polkadot_node_metrics[][src]

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 metered_channel as metered;
pub use self::metronome::Metronome;

Modules

This module reexports Prometheus types and defines the [Metrics] trait.

Cyclic metric collection support.