Prometheus support
There is some limited support for Prometheus and Grafana. For an example have a look at the contrib folder included with the source code.
Authentication for Metrics Endpoint
The metrics endpoint (/metrics) is secured with authentication to prevent unauthorized access to sensitive monitoring data. The following authentication methods are supported:
- JWT Authentication: If JWT authentication is enabled, users must have the "security" role to access the metrics endpoint.
- Basic Authentication: If Basic Authentication is enabled, users must provide valid credentials to access the metrics endpoint.
- No Authentication: If neither JWT nor Basic Authentication is enabled, the metrics endpoint is accessible without authentication.