mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
b246b0e55f
* deployment/logs-benchmark: add suite for Loki Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> * deployment/logs-benchmark: update go image to 1.21.3 Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> * deployment/logs-benchmark: split command to run elk and loki Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com> --------- Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
30 lines
766 B
YAML
30 lines
766 B
YAML
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']
|
|
- job_name: 'loki'
|
|
static_configs:
|
|
- targets: ['loki:3100']
|
|
- job_name: 'promtail'
|
|
static_configs:
|
|
- targets: ['promtail:9080']
|