forked from TrueCloudLab/frostfs-dev-env
19 lines
581 B
YAML
19 lines
581 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: 'node'
|
||
|
static_configs:
|
||
|
- targets: ['s01.frostfs.devenv:9090', 's02.frostfs.devenv:9090', 's03.frostfs.devenv:9090', 's04.frostfs.devenv:9090']
|
||
|
- job_name: 'http-gw'
|
||
|
static_configs:
|
||
|
- targets: ['http.frostfs.devenv:9090']
|
||
|
- job_name: 'rest-gw'
|
||
|
static_configs:
|
||
|
- targets: ['rest.frostfs.devenv:9090']
|
||
|
- job_name: 's3-gw'
|
||
|
static_configs:
|
||
|
- targets: ['s3.frostfs.devenv:9090']
|
||
|
- job_name: 'neo-go'
|
||
|
static_configs:
|
||
|
- targets: ['morph-chain.frostfs.devenv:20001']
|