mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
zt_incoming_packet_error -> zt_packet_error
This commit is contained in:
parent
e7746b25a9
commit
d2f4d47860
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