prometheus: Add IR metrics #36

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-dev-env:feat/ir-metrics into master 2023-06-14 14:03:07 +00:00

View file

@ -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']