Skip to content

Commit

Permalink
Report prometheus critical alerts (kube-burner#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Jan 27, 2023
1 parent 2a021e5 commit df552e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/kube-burner/ocp-config/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@
- expr: histogram_quantile(0.99, sum(rate(kubeproxy_network_programming_duration_seconds_bucket[2m])) by (le)) > 10
description: 99th Kubeproxy network programming latency higher than 10 seconds. {{$value}}s
severity: warning

# Prometheus alerts
- expr: ALERTS{severity="critical"} > 0
description: Critical prometheus alert. {{$labels.alertname}}
severity: warning

0 comments on commit df552e0

Please sign in to comment.