We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a926f commit 142e1c2Copy full SHA for 142e1c2
components/monitoring/prometheus/base/monitoringstack/monitoringstack.yaml
@@ -168,6 +168,7 @@ spec:
168
- '{__name__="kube_deployment_spec_replicas", namespace="mintmaker"}'
169
- '{__name__="cluster_ram_requested_perc"}'
170
- '{__name__="node_memory_pressured_perc"}'
171
+ - '{__name__="redis_node_memory_usage_perc"}'
172
173
# Namespace (expression): ~".*monitoring.*"
174
- '{__name__="kube_deployment_status_replicas_ready", namespace=~".*monitoring.*"}'
0 commit comments