Skip to content

Fix the prober URL in alerts

ale requested to merge fix-prober-urls into master

Use an additional label on prober targets, prober_float_endpoint, to generate correct URLs in alerts (issue #145 (closed)). This is done by looking up the public_endpoint associated with a service for custom probe targets via a new global Ansible variable (float_http_endpoints_by_port).

Merge request reports