We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ee97b commit 469cb9cCopy full SHA for 469cb9c
pkg/monitoring/hyperconverged/rules/recordingrules/operator.go
@@ -47,7 +47,7 @@ var operatorRecordingRules = []operatorrules.RecordingRule{
47
Help: "Monitors resources for potential problems",
48
},
49
MetricType: operatormetrics.GaugeType,
50
- Expr: intstr.FromString(`sum by (container, reason)(kubevirt_memory_delta_from_requested_bytes)`),
+ Expr: intstr.FromString(`sum by (container, reason)(container:kubevirt_memory_delta_from_requested_bytes:max)`),
51
52
}
53
0 commit comments