Skip to content
Snippets Groups Projects
Commit 14cd22b6 authored by Florian Sesser's avatar Florian Sesser
Browse files

Alerting: Only alert when an exporter is not scrapable for 5 mins or longer

This change reflects my intention of having an alert fire when a node
is not scrapable for five minutes or longer.  I hadn't understood the
default avg() function well enough before, yielding an alert that would
fire too soon (i.e. any time a node was down, even only one minute for a
reboot).
parent 921a49e8
No related branches found
No related tags found
2 merge requests!228merge develop into production,!200Alerting: Only alert when an exporter is not scrapable for 5 mins or longer
Pipeline #1410 passed
......@@ -42,7 +42,7 @@
},
"reducer": {
"params": [],
"type": "avg"
"type": "count"
},
"type": "query"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment