deployment/alerts: fix copy&paste typo in TooHighGoroutineSchedulingLatency

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-09-24 11:48:19 +02:00
parent 4d0b41e63b
commit a5c002edef
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -59,7 +59,7 @@ groups:
Consider to either increase available CPU resources or decrease the load on the process.
- alert: TooHighGoroutineSchedulingLatency
expr: histogram_quantile(0.99, sum(rate(go_sched_latencies_seconds_bucket{job="vmagent-monitoring-vmagent"}[5m])) by (le, job, instance)) > 0.1
expr: histogram_quantile(0.99, sum(rate(go_sched_latencies_seconds_bucket[5m])) by (le, job, instance)) > 0.1
for: 15m
labels:
severity: critical