2023-06-21 07:04:03 +00:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: "filebeat"
|
|
|
|
scrape_interval: 30s
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- beat-exporter-elastic:9479
|
|
|
|
- beat-exporter-vlogs:9479
|
|
|
|
- job_name: "victoria-logs"
|
|
|
|
scrape_interval: 30s
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- vlogs:9428
|
|
|
|
- job_name: "cadvisor"
|
|
|
|
scrape_interval: 30s
|
|
|
|
metric_relabel_configs:
|
|
|
|
- action: labeldrop
|
|
|
|
regex: "container_label_.*"
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- cadvisor:8080
|
|
|
|
- job_name: 'node'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['node-exporter:9100']
|
|
|
|
- targets: ['du-exporter:9995']
|
2023-10-13 13:13:41 +00:00
|
|
|
- job_name: 'loki'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['loki:3100']
|
|
|
|
- job_name: 'promtail'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['promtail:9080']
|