diff options
| author | Grant Limberg <[email protected]> | 2023-05-05 12:44:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-05 12:44:41 -0700 |
| commit | f621261ff919278d631d566591a2eaf7c4c918d8 (patch) | |
| tree | 5e44dce0d51dac672748237f313483856134fe83 /node | |
| parent | 00d55fc4b407eb91382ea412f99b007631f923b5 (diff) | |
Update readme files for metrics (#2000)
Diffstat (limited to 'node')
| -rw-r--r-- | node/Metrics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Metrics.cpp b/node/Metrics.cpp index ba168bcc..62345476 100644 --- a/node/Metrics.cpp +++ b/node/Metrics.cpp @@ -25,7 +25,7 @@ namespace ZeroTier { namespace Metrics { // Packet Type Counts prometheus::simpleapi::counter_family_t packets - { "zt_packet", "incoming packet type counts"}; + { "zt_packet", "ZeroTier packet type counts"}; // Incoming packets prometheus::simpleapi::counter_metric_t pkt_nop_in @@ -118,7 +118,7 @@ namespace ZeroTier { // Packet Error Counts prometheus::simpleapi::counter_family_t packet_errors - { "zt_packet_error", "incoming packet errors"}; + { "zt_packet_error", "ZeroTier packet errors"}; // Incoming Error Counts prometheus::simpleapi::counter_metric_t pkt_error_obj_not_found_in |
