forked from TrueCloudLab/frostfs-dev-env
22 lines
No EOL
674 B
YAML
22 lines
No EOL
674 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']
|
|
- job_name: 'inner-ring'
|
|
static_configs:
|
|
- targets: ['ir01.frostfs.devenv:9090'] |