Skip to content
Snippets Groups Projects
Commit 95a88ee0 authored by ale's avatar ale
Browse files

Add probe:probe_success:max retention

Rule that looks at a probe success ignoring failed prober_hosts.
parent 483d8fc8
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ groups:
- record: probe:probe_success:ratio
expr: probe:probe_success:sum / probe:probe_success:count
# Separate SLI-oriented metric that looks at success across prober hosts.
- record: probe:probe_success:max
expr: max(probe_success) without (job,instance,prober_host,host)
# Special metric for the ping probe.
# The 'bool' qualifier makes the greater-than operation not act as a filter.
- record: host_reachable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment