mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Fix zt_data metric description
This commit is contained in:
parent
96ab0bab43
commit
3a870721cd
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