fix: Update scape-config example to use HTTPS for Traefik metrics #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "eCommons/monitoring-ng:traefik-secure-metrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes the insecure Traefik metrics endpoint. See coop-cloud/traefik#94 for details.
Update scape-config example to use HTTPS for Traefik metricsto fix: Update scape-config example to use HTTPS for Traefik metrics@ -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.Could you add something like: make sure to update your existing scrape_configs to use the secure endpoint
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.