21 lines
461 B
YAML
21 lines
461 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: cadvisor
|
|
static_configs:
|
|
- targets: ["localhost:8088"]
|
|
- job_name: node
|
|
static_configs:
|
|
- targets: ["localhost:9100"]
|
|
- job_name: postgres
|
|
static_configs:
|
|
- targets: ["localhost:9187"]
|
|
- job_name: redis
|
|
static_configs:
|
|
- targets: ["localhost:9121"]
|
|
- job_name: loadgen
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["localhost:9091"]
|