Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix NodeGpuCountChanged definition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suiguoxin committed Nov 10, 2020
1 parent efdd5f2 commit b2fa0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus/deploy/alerting/gpu.rules
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ groups:
summary: "found nvidia used by zombie container in {{$labels.instance}}"

- alert: NodeGpuCountChanged
expr: changes(node:gpu_utilization:count[5m]) > 0
expr: node:gpu_utilization:count != on (instance) configured_gpu_count
labels:
severity: fatal
annotations:
Expand Down

0 comments on commit b2fa0b5

Please sign in to comment.