mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
1. fix vmcluster docker-compose example: vminsert scrape job and vmagent remote write authorization. 2. upgrade grafana to v12.1.1
32 lines
547 B
YAML
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
|