19 lines
409 B
YAML
19 lines
409 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'node_exporter'
|
|
static_configs:
|
|
- targets: ['localhost:9100']
|
|
|
|
- job_name: 'docker_exporter'
|
|
static_configs:
|
|
- targets: ['localhost:9487']
|
|
|
|
- job_name: 'pi_services'
|
|
static_configs:
|
|
- targets: ['localhost:3100', 'localhost:9093'] |