Prometheus web path is enabled in the ingress while not properly configured #2749
Labels
complexity:easy
Something that requires less than a day to fix
topic:monitoring
Everything related to monitoring of services in a running cluster
Component:
monitoring
What happened:
prometheus endpoint is available under
/api/prometheus
and the web component is not deactivated. This will result in an ugly broken page at/api/prometheus/graph
What was expected:
either a 404 or a working graph page
Steps to reproduce
navigate to
/api/prometheus/graph
Resolution proposal (optional):
two solutions:
--web.external-url
The text was updated successfully, but these errors were encountered: