Skip to content

Commit

Permalink
add netprobe netprobe_connect_failures metric (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
manrodrigues authored Jan 8, 2024
1 parent 3e6225c commit 6b19466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/documentation/pktvisor_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ For handlers that have metric groups, the metric groups that must be enabled for
| Count of Net Probe quantile in microseconds | netprobe_response_quantiles_us_count | quantiles |
| Total Net Probe attempts | netprobe_attempts | counters |
| Total Net Probe failures when performed DNS lookup | netprobe_dns_lookup_failures | counters |
| Total Net Probe failures when performing a TCP socket connection | netprobe_connect_failures | counters |
| Total Net Probe timeout transactions | netprobe_packets_timeout | counters |
| Maximum response time measured in the reporting interval | netprobe_response_max_us | counters + (quantiles or histograms) |
| Minimum response time measured in the reporting interval | netprobe_response_min_us | counters + (quantiles or histograms) |
Expand Down

0 comments on commit 6b19466

Please sign in to comment.