aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/telemetry/config/otel-config.yaml2
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"