Use internal Dawarich metrics scrape
This commit is contained in:
@@ -38,14 +38,17 @@ scrape_configs:
|
||||
|
||||
- job_name: dawarich
|
||||
metrics_path: /metrics
|
||||
scheme: https
|
||||
basic_auth:
|
||||
username: prometheus
|
||||
password_file: /run/secrets/dawarich_metrics_password
|
||||
http_headers:
|
||||
X-Forwarded-Proto:
|
||||
values:
|
||||
- https
|
||||
static_configs:
|
||||
# Dawarich >= 1.7.7 serves aggregated web + Sidekiq metrics here.
|
||||
- targets:
|
||||
- dawarich.kaleschke.info
|
||||
- dawarich_app:3000
|
||||
|
||||
- job_name: blackbox-http
|
||||
metrics_path: /probe
|
||||
|
||||
Reference in New Issue
Block a user