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"