frostfs-node/config/testnet/prometheus.yml

11 lines
207 B
YAML
Raw Normal View History

global:
scrape_interval: 15s
external_labels:
monitor: 'user_metrics'
scrape_configs:
- job_name: 'neofs-node-user'
scrape_interval: 5s
static_configs:
- targets: ['127.0.0.1:9090']