25 lines
482 B
YAML
25 lines
482 B
YAML
global:
|
|
scrape_interval: 15s
|
|
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']
|
|
|
|
- job_name: 'loki'
|
|
static_configs:
|
|
- targets: ['loki-app:3100']
|
|
|
|
- job_name: 'docker'
|
|
static_configs:
|
|
- targets: ['host.docker.internal:9323']
|
|
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|