13 lines
246 B
YAML
13 lines
246 B
YAML
|
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'
|