First version

This commit is contained in:
2026-03-29 17:41:02 +02:00
parent 6161963327
commit 72a459d411
+2 -2
View File
@@ -12,7 +12,7 @@ scrape_configs:
- job_name: 'cadvisor'
scrape_interval: 5s
static_configs:
- targets: ['cadvisor:8180']
- targets: ['localhost:8180']
- job_name: 'blackbox'
metrics_path: /probe
@@ -28,4 +28,4 @@ scrape_configs:
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: blackbox_exporter:9115
replacement: localhost:9115