mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
4d1b572f46
* docker-compose: add vmauth to cluster env vmauth acts as a balancer and used as an example of how to interconnect VM components via vmauth. Signed-off-by: hagen1778 <roman@victoriametrics.com> * docker-compose: add vmauth to cluster env vmauth acts as a balancer and used as an example of how to interconnect VM components via vmauth. Signed-off-by: hagen1778 <roman@victoriametrics.com> --------- Signed-off-by: hagen1778 <roman@victoriametrics.com> Co-authored-by: Nikolay <nik@victoriametrics.com>
19 lines
No EOL
488 B
YAML
19 lines
No EOL
488 B
YAML
global:
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: 'vmagent'
|
|
static_configs:
|
|
- targets: ['vmagent:8429']
|
|
- job_name: 'vmalert'
|
|
static_configs:
|
|
- targets: ['vmalert:8880']
|
|
- job_name: 'vminsert'
|
|
static_configs:
|
|
- targets: ['vminsert: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'] |