infra/ubuntu-1/configs/prometheus/prometheus.yml
2025-05-30 12:45:19 -04:00

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']