Skip to content

Commit

Permalink
increase period for Metricbeat (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Oct 30, 2023
1 parent 8d08ace commit 9a2587c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debugd/metricbeat/templates/metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down

0 comments on commit 9a2587c

Please sign in to comment.