linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.68k stars 574 forks source link

Allow specifying prometheus.server.endpoint without port #2130

Open sappusaketh opened 4 months ago

sappusaketh commented 4 months ago

Hello I have my prometheus running on example.com/prometheus specifying at present because of port num validation I have to specify the endpoint as https://example.com/prometheus:443 but doing so is making api calls to prometheus as https://example.com:443/api/v1/query_range which is returning 404 as :443 is included in path any chance we can add an option to ignore port and just use the url without port?