We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug How to make Gluu expose Prometheus metrics?
To Reproduce Assuming I'm using this chart https://artifacthub.io/packages/helm/gluu-flex/gluu and install auth-server, config-api, and scim components... how to make them expose the metrics endpoint like i.e. here https://gluu.org/docs/gg/plugin/gluu-metrics/ ?
auth-server
config-api
scim
Expected behavior Gluu exposes metrics endpoint
The text was updated successfully, but these errors were encountered:
https://github.com/GluuFederation/flex/blob/main/flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/values.yaml#L827 for the prometheus jmx. However we are still working on adding metrics and telemetry in general. The only available metric is the monthly active user metric currently.
Example:
curl -k https://test.gluu.org/oxauth/restv1/internal/stat?month=202106 -u "9cc66d49-31f1-4a12-b1c2-c38f77417b40:2E585aiKkE26xmZXDXJdiI9qhTvqtKfeUXKac4z6" {"response":{"202106":{"monthly_active_users":0,"token_count_per_granttype":{}}}}
You can also specify the open metrics format in the call
curl -k https://test.gluu.org/oxauth/restv1/internal/stat?month=202106&format=openmetric -u "9cc66d49-31f1-4a12-b1c2-c38f77417b40:2E585aiKkE26xmZXDXJdiI9qhTvqtKfeUXKac4z6"
Sorry, something went wrong.
moabu
No branches or pull requests
Describe the bug
How to make Gluu expose Prometheus metrics?
To Reproduce
Assuming I'm using this chart
https://artifacthub.io/packages/helm/gluu-flex/gluu
and install
auth-server
,config-api
, andscim
components... how to make them expose the metrics endpoint like i.e. herehttps://gluu.org/docs/gg/plugin/gluu-metrics/
?
Expected behavior
Gluu exposes metrics endpoint
The text was updated successfully, but these errors were encountered: