mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
deployment/alerts: fix copy&paste typo in TooHighGoroutineSchedulingLatency
Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit a5c002edef
)
This commit is contained in:
parent
deb2f87074
commit
6bdd0489e7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ groups:
|
||||||
Consider to either increase available CPU resources or decrease the load on the process.
|
Consider to either increase available CPU resources or decrease the load on the process.
|
||||||
|
|
||||||
- alert: TooHighGoroutineSchedulingLatency
|
- 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
|
for: 15m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
Loading…
Reference in a new issue