2019-05-22 21:23:23 +00:00
|
|
|
global:
|
2023-01-24 06:59:42 +00:00
|
|
|
scrape_interval: 10s
|
2019-05-22 21:23:23 +00:00
|
|
|
|
|
|
|
scrape_configs:
|
2020-07-16 23:18:03 +00:00
|
|
|
- job_name: 'vmagent'
|
2019-05-22 21:23:23 +00:00
|
|
|
static_configs:
|
2020-07-16 23:18:03 +00:00
|
|
|
- targets: ['vmagent:8429']
|
2021-08-31 09:28:02 +00:00
|
|
|
- job_name: 'vmalert'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmalert:8880']
|
2019-05-22 21:23:23 +00:00
|
|
|
- job_name: 'vminsert'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vminsert:8480']
|
|
|
|
- job_name: 'vmselect'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmselect:8481']
|
|
|
|
- job_name: 'vmstorage'
|
|
|
|
static_configs:
|
2021-10-22 16:26:02 +00:00
|
|
|
- targets: ['vmstorage-1:8482', 'vmstorage-2:8482']
|