Skip to content

Commit 469cb9c

Browse files
committed
update cnv_abnormal expr to use the new recording rule name
Signed-off-by: avlitman <alitman@redhat.com>
1 parent a2ee97b commit 469cb9c

File tree

1 file changed

+1
-1
lines changed
  • pkg/monitoring/hyperconverged/rules/recordingrules

1 file changed

+1
-1
lines changed

pkg/monitoring/hyperconverged/rules/recordingrules/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var operatorRecordingRules = []operatorrules.RecordingRule{
4747
Help: "Monitors resources for potential problems",
4848
},
4949
MetricType: operatormetrics.GaugeType,
50-
Expr: intstr.FromString(`sum by (container, reason)(kubevirt_memory_delta_from_requested_bytes)`),
50+
Expr: intstr.FromString(`sum by (container, reason)(container:kubevirt_memory_delta_from_requested_bytes:max)`),
5151
},
5252
}
5353

0 commit comments

Comments
 (0)