Files
VictoriaMetrics/deployment/docker/prometheus-vm-cluster.yml
Hui Wang 21963a1cad fix vmcluster docker-compose example (#9643)
1. fix vmcluster docker-compose example: vminsert scrape job and vmagent
remote write authorization.
2. upgrade grafana to v12.1.1
2025-08-29 14:36:46 +08:00

32 lines
547 B
YAML

global:
scrape_interval: 10s
scrape_configs:
- job_name: vmagent
static_configs:
- targets:
- vmagent:8429
- job_name: vmauth
static_configs:
- targets:
- vmauth:8427
- job_name: vmalert
static_configs:
- targets:
- vmalert:8880
- job_name: vminsert
static_configs:
- targets:
- vminsert-1:8480
- vminsert-2:8480
- job_name: vmselect
static_configs:
- targets:
- vmselect-1:8481
- vmselect-2:8481
- job_name: vmstorage
static_configs:
- targets:
- vmstorage-1:8482
- vmstorage-2:8482