Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
9db1b4a7
Verified
Commit
9db1b4a7
authored
May 15, 2021
by
Kristian Klausen
🎉
Browse files
prometheus: Set the threshold for the "TargetScrapingSlow" alert > scrape_interval
parent
6dff5e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/files/node.rules.yml
View file @
9db1b4a7
...
...
@@ -152,7 +152,7 @@ groups:
summary
:
"
Prometheus
AlertManager
notification
failing
(instance
{{
$labels.instance
}})"
description
:
"
Alertmanager
is
failing
sending
notifications
\n
VALUE
=
{{
$value
}}
\n
LABELS:
{{
$labels
}}"
-
alert
:
PrometheusTargetScrapingSlow
expr
:
prometheus_target_interval_length_seconds{quantile="0.9"} >
6
0
expr
:
prometheus_target_interval_length_seconds{quantile="0.9"} >
9
0
for
:
5m
labels
:
severity
:
warning
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment