pong-rs 0.3.3

A network monitoring tool that performs ICMP, TCP, and HTTP pings
Documentation
1
2
3
4
5
6
/// 指标名称
pub const HOST_ACTIVITY_PROMETHEUS_METRIC_NAME: &str = "pong_host_activity";
/// 指标描述
pub const HOST_ACTIVITY_PROMETHEUS_METRIC_DESC: &str = "host activity status";
/// 指标标签名
pub const HOST_ACTIVITY_PROMETHEUS_METRIC_LABEL_NAME: &str = "host";