2019-05-22 23:23:23 +02:00
|
|
|
global:
|
2023-01-24 07:59:42 +01:00
|
|
|
scrape_interval: 10s
|
2019-05-22 23:23:23 +02:00
|
|
|
|
|
|
|
scrape_configs:
|
2020-07-17 01:18:03 +02:00
|
|
|
- job_name: 'vmagent'
|
2019-05-22 23:23:23 +02:00
|
|
|
static_configs:
|
2020-07-17 01:18:03 +02:00
|
|
|
- targets: ['vmagent:8429']
|
2021-08-31 11:28:02 +02:00
|
|
|
- job_name: 'vmalert'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['vmalert:8880']
|
2019-05-22 23:23:23 +02: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 18:26:02 +02:00
|
|
|
- targets: ['vmstorage-1:8482', 'vmstorage-2:8482']
|