blvm-node 0.1.2

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
7
//! Metrics and telemetry system for modules
//!
//! Allows modules to report metrics that integrate with the node's metrics system.

pub mod manager;

pub use manager::MetricsManager;