diff --git a/prometheus.yaml b/prometheus.yaml index 92139a8..24f2794 100644 --- a/prometheus.yaml +++ b/prometheus.yaml @@ -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: