17 major breaking releases
18.0.0 | Oct 1, 2024 |
---|---|
17.0.0 | Jul 19, 2024 |
15.0.0 | Jul 13, 2024 |
14.0.0 | Jun 24, 2024 |
0.0.0 |
|
#20 in #metrics-collection
4,054 downloads per month
Used in 57 crates
(10 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 stable2409
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
~93–135MB
~2.5M SLoC