rivet-metrics 2.3.13

Prometheus metric helpers for Rivet crates
Documentation
1
2
3
4
5
6
7
use prometheus::*;

lazy_static::lazy_static! {
	pub static ref REGISTRY: Registry = Registry::new_custom(
		Some("rivet".to_string()),
		Some(labels! { })).unwrap();
}