2023-04-10 06:40:33 +00:00
|
|
|
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:
|
2023-06-14 09:38:24 +00:00
|
|
|
- targets: ['morph-chain.frostfs.devenv:20001']
|
|
|
|
- job_name: 'inner-ring'
|
|
|
|
static_configs:
|
|
|
|
- targets: ['ir01.frostfs.devenv:9090']
|