Exclude /metrics from LOGIN_REQUIRED #3123
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Proposed Functionality
With Prometheus Metrics from #3104 enabled and also
LOGIN_REQUIRED
enabled, the URL/metrics
will redirect to the login page. This merge request will exclude/metrics
fromLOGIN_REQUIRED
in the same way as/api
is excluded.Use Case
For monitoring with Prometheus a user login on a webpage is not feasible. Prometheus should access the metrics without login.
Database Changes
None.
External Dependencies
None.
The text was updated successfully, but these errors were encountered: