Keycloak-X jgroup metrics #10440
Replies: 2 comments
-
|
Similar issue here. I added more metrics to keycloak with this package https://github.com/aerogear/keycloak-metrics-spi. However, I still could not find a way to get metrics of the cluster under quarkus. |
Beta Was this translation helpful? Give feedback.
-
|
You could enable enable the infinispan statistic in a config file like the one below (statistics=true is the relevant part) and use it with the parameter
However I could not get the JGROUPS metrics with that. Just the infinispan metrics. File cache-ispn-dnsping.xml ` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I successfully migrate Keycloak from version 16 to new quarkus based verison 17. I built it with KC_METRICS_ENABLED=true option and i can see that some metrics are available at /auth/metrics endpoint. However, some metrics (e.g. jgroups, infinispan) are missing there. How to build/configure Keycloak so also cluster related metrics are available? Thanks
Beta Was this translation helpful? Give feedback.
All reactions