From 9a2587cfd8a535018198a0a5c61dc47da6cdba80 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:50:27 +0100 Subject: [PATCH] increase period for Metricbeat (#2540) --- debugd/metricbeat/templates/metricbeat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugd/metricbeat/templates/metricbeat.yml b/debugd/metricbeat/templates/metricbeat.yml index 7278c3912..323d5d3d5 100644 --- a/debugd/metricbeat/templates/metricbeat.yml +++ b/debugd/metricbeat/templates/metricbeat.yml @@ -37,7 +37,7 @@ metricbeat.modules: #- socket # Sockets and connection info (linux only) #- service # systemd service information cpu.metrics: ["percentages","normalized_percentages"] - period: 10s + period: 60s processes: ['.*'] # To monitor host metrics from within a container. As per: # https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-system.html#_example_configuration_59 @@ -47,7 +47,7 @@ metricbeat.modules: - module: etcd enabled: true metricsets: ["metrics"] - period: 30s + period: 60s hosts: ["https://localhost:2379"] ssl: certificate_authorities: ["/etc/kubernetes/pki/etcd/ca.crt"]