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

Merged
p4u1 merged 1 commits from eCommons/monitoring-ng:traefik-secure-metrics into main 2026-03-24 09:37:07 +00:00

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
Author
Owner

The message to update the scrape_configs is in the Traefik release notes. Updating Traefik is the moment the endpoint changes, and when you should update the configs. I think that's the right spot? Only updating monitoring-ng would not require changing existing scrape_configs

The message to update the scrape_configs is in the Traefik release notes. Updating Traefik is the moment the endpoint changes, and when you should update the configs. I think that's the right spot? Only updating monitoring-ng would not require changing existing scrape_configs
p4u1 merged commit 99f8790ec4 into main 2026-03-24 09:37:07 +00:00
Sign in to join this conversation.
No description provided.