diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-26 22:18:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-26 22:18:02 +0100 |
commit | 2de09a059410a15e0bcb897f0625a05104f74163 (patch) | |
tree | 4002562445862cad4dcc470e27730fd18d6a908d | |
parent | 465e2627261c504279553cb4426abf30d518dc47 (diff) | |
download | nixcfg-2de09a059410a15e0bcb897f0625a05104f74163.tar.gz nixcfg-2de09a059410a15e0bcb897f0625a05104f74163.zip |
fix scrape interval for node_exporter
-rw-r--r-- | app/telemetry/config/otel-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/telemetry/config/otel-config.yaml b/app/telemetry/config/otel-config.yaml index 1c14860..bcf1baa 100644 --- a/app/telemetry/config/otel-config.yaml +++ b/app/telemetry/config/otel-config.yaml @@ -16,7 +16,7 @@ receivers: - targets: - "{{ env "attr.unique.network.ip-address" }}:3909" - job_name: "node_exporter" - scrape_interval: 30s + scrape_interval: 5s static_configs: - targets: - "{{ env "attr.unique.network.ip-address" }}:9100" |