Skip to content
Snippets Groups Projects
Commit b2f426bb authored by Tomasz Maczukin's avatar Tomasz Maczukin Committed by Marat Kalibekov
Browse files

Update metric's name for RunnerMachineCreationRateHigh alert

parent 16ff9ad8
No related branches found
No related tags found
1 merge request!249Update metric's name for RunnerMachineCreationRateHigh alert
Loading
Loading
@@ -48,7 +48,7 @@ ALERT RunnersManagerDown
 
## Machine operations rate
ALERT RunnerMachineCreationRateHigh
IF sum(ci_docker_machines_provider{state="creating"}) / (sum(ci_docker_machines_provider{state="idle"}) + 1) > 100
IF sum(ci_docker_machines_provider_machine_states{state="creating"}) / (sum(ci_docker_machines_provider_machine_states{state="idle"}) + 1) > 100
FOR 1m
LABELS {severity="warn", channel="ci-cd"}
ANNOTATIONS {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment