blob: acfce113fbc125a944905f740f9c721e5c33bad2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'postgresql-exporter'
scrape_interval: 5s
static_configs:
- targets: ['postgresql-exporter:9187']
|