mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-27 01:13:43 +02:00
zt_incoming_packet_error -> zt_packet_error
This commit is contained in:
parent
69291db8d0
commit
95b6d7d440
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace ZeroTier {
|
|||
|
||||
// Packet Error Counts
|
||||
prometheus::simpleapi::counter_family_t packet_errors
|
||||
{ "zt_packet_incoming_error", "incoming packet errors"};
|
||||
{ "zt_packet_error", "incoming packet errors"};
|
||||
|
||||
// Incoming Error Counts
|
||||
prometheus::simpleapi::counter_metric_t pkt_error_obj_not_found_in
|
||||
|
|
Loading…
Add table
Reference in a new issue