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 all commits
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
3 changes: 2 additions & 1 deletion src/prometheus/deploy/alerting/gpu.rules
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ 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
for: 5m
labels:
severity: fatal
annotations:
Expand Down