mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 21:13:44 +02:00
Fix zt_data metric description
This commit is contained in:
parent
2eb43c0ccc
commit
5b2c7ce848
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace ZeroTier {
|
|||
|
||||
// Data Sent/Received Metrics
|
||||
prometheus::simpleapi::counter_family_t data
|
||||
{ "zt_data", "number of bytes ZeroTier has transmitted or received via UDP" };
|
||||
{ "zt_data", "number of bytes ZeroTier has transmitted or received" };
|
||||
prometheus::simpleapi::counter_metric_t udp_recv
|
||||
{ data.Add({{"protocol","udp"},{"direction","rx"}}) };
|
||||
prometheus::simpleapi::counter_metric_t udp_send
|
||||
|
|
Loading…
Add table
Reference in a new issue