aboutsummaryrefslogtreecommitdiff
path: root/app/telemetry/config/otel-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/telemetry/config/otel-config.yaml')
-rw-r--r--app/telemetry/config/otel-config.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/telemetry/config/otel-config.yaml b/app/telemetry/config/otel-config.yaml
index 574d01c..1c14860 100644
--- a/app/telemetry/config/otel-config.yaml
+++ b/app/telemetry/config/otel-config.yaml
@@ -14,7 +14,12 @@ receivers:
scrape_interval: 5s
static_configs:
- targets:
- - "localhost:3909"
+ - "{{ env "attr.unique.network.ip-address" }}:3909"
+ - job_name: "node_exporter"
+ scrape_interval: 30s
+ static_configs:
+ - targets:
+ - "{{ env "attr.unique.network.ip-address" }}:9100"
exporters:
logging: