Prometheus alternative - Metrics collection
Prometheus alternatifi - Metrik toplama
HTTP sunucu
hyper = { version = "1", features = ["full"] }Metrik depolama
dashmap = "6"Copy this Cargo.toml to get started:
[package]
name = "my-metrics-collector"
version = "0.1.0"
edition = "2021"
[dependencies]
hyper = { version = "1", features = ["full"] }
dashmap = "6"
thiserror = "1"
tracing = "0.1"