forked from TrueCloudLab/frostfs-dev-env
[#36] prometheus: Add IR metrics
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
c31b7d9c84
commit
d08b338e06
1 changed files with 4 additions and 1 deletions
|
@ -16,4 +16,7 @@ scrape_configs:
|
|||
- targets: ['s3.frostfs.devenv:9090']
|
||||
- job_name: 'neo-go'
|
||||
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