lgtm-stack/prometheus.yaml

22 lines
474 B
YAML

global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: 'traefik'
static_configs:
- targets:
- "traefik:8080"
- job_name: 'drone'
metrics_path: /metrics
static_configs:
- targets:
- "drone:80"
authorization:
type: Bearer
credentials_file: /lgtm-config/lgtm-stack/drone-api.key
# - job_name: node_exporter
# static_configs:
# - targets:
# - "node_exporter:9100"