Keycloak ( Quarkus distribution v18 ) cache metrics

I have a Keycloak v18 Quarkus distribution deployed, have increased the cache size for realms using KC_CACHE_CONFIG_FILE
have set in above file
want to check the cache metrics, but there is no cache related information available at /metrics
Is there a way to enable it / check cache stats.

Thanks.

The official websites provides some docs and guides about this, it’s easy to find: Enabling Keycloak Metrics - Keycloak

Disclaimer: It might be, that all this what is written, is only working with the most recent version (I don’t know when which feature was introduced). And running the most recent version is always a good idea when working with Keycloak.

it works with latest version, thanks.