Hello, I need access to some Keycloak values to make some evaluations of some authentication flows that I created in Keycloak, and I saw that there was “Keycloak metrics”. However, I’m trying to access the endpoint, and nothing appears. I’m running my Keycloak with docker-compose.
Hello, in the latests version of Keycloak, the default port for metrics is 9000. See Configuring the Management Interface - Keycloak
The URL you (@tiagogalvao7) are using points to the Keycloak Metrics SPI extension, which is not contained in the regular Keycloak distribution.
Keycloak has its own metrics, like @skydrinker-tox already mentioned, on (default) port 9000.
Currently, the Keycloak metrics doesn’t contain user event metrics, like the SPI provides, out of the box, only if the appropriate feature is enabled. Most probably, it will be a supported feature starting with 26.2.
Ty for the reply! It’s possible to implement this SPI with Keycloak running in Docker?
Visit the website of this extension to get the information about how to deploy it.
It’s totally unrelated to the deployment model of Keycloak (Docker or something else).