First version
This commit is contained in:
@@ -12,7 +12,7 @@ scrape_configs:
|
|||||||
- job_name: 'cadvisor'
|
- job_name: 'cadvisor'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['cadvisor:8180']
|
- targets: ['localhost:8180']
|
||||||
|
|
||||||
- job_name: 'blackbox'
|
- job_name: 'blackbox'
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
@@ -28,4 +28,4 @@ scrape_configs:
|
|||||||
- source_labels: [__param_target]
|
- source_labels: [__param_target]
|
||||||
target_label: instance
|
target_label: instance
|
||||||
- target_label: __address__
|
- target_label: __address__
|
||||||
replacement: blackbox_exporter:9115
|
replacement: localhost:9115
|
||||||
|
|||||||
Reference in New Issue
Block a user