monero-exporter/examples/prometheus/config.yaml
Ciro S. Costa 55659b7af2 add fully-formed example
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-03 12:11:07 -04:00

9 lines
166 B
YAML

global:
scrape_interval: '15s'
evaluation_interval: '15s'
scrape_configs:
- job_name: 'monerod'
static_configs:
- targets:
- 'monerod:9000'