mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
973c74df55
* Update VL daashboard. Add Resource Section, add ds and job filters, add metric collection in docker compose from victorialogs, fix networkigs usage in docker compose Signed-off-by: Artem Navoiev <tenmozes@gmail.com> * add vl dashboard to docker compose Signed-off-by: Artem Navoiev <tenmozes@gmail.com> * add vl dashboard to docker compose Signed-off-by: Artem Navoiev <tenmozes@gmail.com> --------- Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
22 lines
556 B
YAML
22 lines
556 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:8481']
|
|
- job_name: 'vmstorage'
|
|
static_configs:
|
|
- targets: ['vmstorage-1:8482', 'vmstorage-2:8482']
|
|
- job_name: 'victorialogs'
|
|
static_configs:
|
|
- targets: ['victorialogs:9428']
|