Update configuration

This commit is contained in:
2024-10-06 17:26:49 +02:00
parent 414cbded95
commit fc0db54fb7
7 changed files with 87 additions and 90 deletions

View File

@@ -8,8 +8,11 @@ scrape_configs:
- targets: ["prometheus:9090"]
- job_name: "node"
scrape_interval: 1m
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "pi_node"
- job_name: "otel"
scrape_interval: 5s
static_configs:
- targets: ["10.55.8.1:9100"]
- targets: ["otel-collector:8889"]