fix: Update scape-config example to use HTTPS for Traefik metrics #17

Open
dannygroenewegen wants to merge 1 commits from eCommons/monitoring-ng:traefik-secure-metrics into main
First-time contributor

This fixes the insecure Traefik metrics endpoint. See coop-cloud/traefik#94 for details.

This fixes the insecure Traefik metrics endpoint. See coop-cloud/traefik#94 for details.
dannygroenewegen added 1 commit 2026-03-20 19:22:42 +00:00
dannygroenewegen changed title from Update scape-config example to use HTTPS for Traefik metrics to fix: Update scape-config example to use HTTPS for Traefik metrics 2026-03-20 19:23:32 +00:00
p4u1 reviewed 2026-03-20 20:28:36 +00:00
@ -6,2 +6,4 @@
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-smtp.yml"
3. The scape-config.example.yml file and add_node() command were updated to use a secure endpoint for the traefik metrics instead http. This requires an updated Traefik recipe that publishes the metrics on https.
Owner

Could you add something like: make sure to update your existing scrape_configs to use the secure endpoint

Could you add something like: make sure to update your existing scrape_configs to use the secure endpoint
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u traefik-secure-metrics:eCommons-traefik-secure-metrics
git checkout eCommons-traefik-secure-metrics
Sign in to join this conversation.
No description provided.