oxmox-dot-dev/prometheus/prometheus.yml

26 lines
482 B
YAML
Raw Normal View History

2023-09-08 02:20:01 +02:00
global:
scrape_interval: 15s
2023-09-08 02:20:01 +02:00
scrape_timeout: 10s
evaluation_interval: 1m
scrape_configs:
- job_name: 'traefik'
static_configs:
- targets: ['traefik:8080']
- job_name: 'node'
static_configs:
- targets: ['host.docker.internal:9100']
2023-09-08 02:20:01 +02:00
- job_name: 'loki'
static_configs:
2023-09-11 20:10:39 +02:00
- targets: ['loki-app:3100']
2024-12-16 13:38:46 +01:00
- job_name: 'docker'
static_configs:
- targets: ['host.docker.internal:9323']
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']