lgtm-stack/prometheus.yaml

22 lines
474 B
YAML
Raw Permalink Normal View History

2023-07-13 14:11:42 +02:00
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'traefik'
static_configs:
- targets:
- "traefik:8080"
2023-07-21 11:13:52 +02:00
- job_name: 'drone'
metrics_path: /metrics
static_configs:
- targets:
- "drone:80"
authorization:
type: Bearer
credentials_file: /lgtm-config/lgtm-stack/drone-api.key
2023-07-19 15:34:31 +02:00
# - job_name: node_exporter
# static_configs:
# - targets:
# - "node_exporter:9100"