solana_exporter/prometheus/prometheus.yml

13 lines
246 B
YAML
Raw Normal View History

2024-11-12 12:17:44 -08:00
global:
scrape_interval: 30s
rule_files:
- 'solana-rules.yml'
scrape_configs:
- job_name: 'solana-exporter'
static_configs:
- targets: ['localhost:8080']
labels:
app: 'solana'
hostname: 'my-host.name'