From fc918d6647501d144b7928f61b08cbf63dbe25d5 Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Fri, 26 Jul 2024 15:18:13 +0200 Subject: [PATCH] enable k8s.pod.memory.node.utilization metric (#36) --- kubernetes/elastic-helm/configmap-daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubernetes/elastic-helm/configmap-daemonset.yaml b/kubernetes/elastic-helm/configmap-daemonset.yaml index 6385c19328..597a0f91f2 100644 --- a/kubernetes/elastic-helm/configmap-daemonset.yaml +++ b/kubernetes/elastic-helm/configmap-daemonset.yaml @@ -228,6 +228,8 @@ data: k8s_api_config: auth_type: serviceAccount metrics: + k8s.pod.memory.node.utilization: + enabled: true k8s.pod.cpu.node.utilization: enabled: true k8s.container.cpu_limit_utilization: