Skip to content

Commit

Permalink
increase time to trigger promtailrequestserrors alert
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Dec 9, 2024
1 parent 454bfb9 commit 8e3f52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
opsrecipe: promtail/
expr: |
100 * (sum(rate(promtail_request_duration_seconds_count{status_code!~"2.."}[5m])) by (cluster_id, installation, provider, pipeline, namespace, job, route, instance) / sum(rate(promtail_request_duration_seconds_count[5m])) by (cluster_id, installation, provider, pipeline, namespace, job, route, instance)) > 10
for: 15m
for: 25m
labels:
area: platform
severity: page
Expand Down

0 comments on commit 8e3f52a

Please sign in to comment.