prometheus: Add IR metrics #36
1 changed files with 4 additions and 1 deletions
|
@ -16,4 +16,7 @@ scrape_configs:
|
||||||
- targets: ['s3.frostfs.devenv:9090']
|
- targets: ['s3.frostfs.devenv:9090']
|
||||||
- job_name: 'neo-go'
|
- job_name: 'neo-go'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['morph-chain.frostfs.devenv:20001']
|
- targets: ['morph-chain.frostfs.devenv:20001']
|
||||||
|
- job_name: 'inner-ring'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['ir01.frostfs.devenv:9090']
|
Loading…
Reference in a new issue