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

fix NodeGpuCountChanged definition issue #5072

Merged
merged 2 commits into from
Nov 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binyang2014 marked this conversation as resolved.
Show resolved Hide resolved
labels:
severity: fatal
annotations:
Expand Down