19 major breaking releases
new 21.0.0 | Jan 29, 2025 |
---|---|
20.0.0 | Jan 14, 2025 |
18.0.0 | Oct 1, 2024 |
17.0.0 | Jul 19, 2024 |
0.0.0 |
|
#25 in #metrics-collection
4,835 downloads per month
Used in 62 crates
(11 directly)
24KB
318 lines
polkadot-node-metrics
Testing
Before running cargo test
in this crate, make sure the worker binaries are built first. This can be done with:
cargo build --bin polkadot-execute-worker --bin polkadot-prepare-worker
Release
Polkadot SDK Stable 2412
lib.rs
:
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.
Dependencies
~91–130MB
~2.5M SLoC