14 lines
250 B
YAML
14 lines
250 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'postgres_exporter'
|
|
static_configs:
|
|
- targets: ['postgres_exporter:9187']
|
|
|
|
- job_name: 'pg_stat_statements'
|
|
static_configs:
|
|
- targets: ['localhost:8000']
|
|
|
|
|