2022-09-21 08:48:38 +00:00
|
|
|
global:
|
|
|
|
scrape_interval: 10s
|
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: 'vmagent'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmagent:8429']
|
2024-06-25 09:15:29 +00:00
|
|
|
- job_name: 'vmauth'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmauth:8427']
|
2022-09-21 08:48:38 +00:00
|
|
|
- job_name: 'vmalert'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmalert:8880']
|
|
|
|
- job_name: 'vminsert'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vminsert:8480']
|
|
|
|
- job_name: 'vmselect'
|
|
|
|
static_configs:
|
2023-09-26 08:50:10 +00:00
|
|
|
- targets: ['vmselect-1:8481', 'vmselect-2:8481']
|
2022-09-21 08:48:38 +00:00
|
|
|
- job_name: 'vmstorage'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmstorage-1:8482', 'vmstorage-2:8482']
|