13 major breaking releases

new 13.0.0 May 24, 2024
12.0.0 May 1, 2024
11.0.0 Apr 9, 2024
10.0.0 Mar 19, 2024
0.0.0 Nov 21, 2022

#107 in Magic Beans

Download history 386/week @ 2024-02-01 905/week @ 2024-02-08 1166/week @ 2024-02-15 1736/week @ 2024-02-22 958/week @ 2024-02-29 515/week @ 2024-03-07 897/week @ 2024-03-14 1100/week @ 2024-03-21 1192/week @ 2024-03-28 1139/week @ 2024-04-04 724/week @ 2024-04-11 751/week @ 2024-04-18 979/week @ 2024-04-25 771/week @ 2024-05-02 690/week @ 2024-05-09 892/week @ 2024-05-16

3,453 downloads per month
Used in 58 crates (9 directly)

GPL-3.0-only

23KB
310 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

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

~90–130MB
~2.5M SLoC