add drone scrape config to prometheus
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Glaum 2023-07-21 11:13:52 +02:00
parent 931f73d263
commit 527a8ff981
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ scrape_configs:
static_configs:
- targets:
- "traefik:8080"
- job_name: 'drone'
metrics_path: /metrics
static_configs:
- targets:
- "drone:80"
authorization:
type: Bearer
credentials: '${DRONE_API_KEY}'
# - job_name: node_exporter
# static_configs:
# - targets: