| See the error here: https://gist.github.com/grdryn/6266a02b39db81005053c9304a60e979 It looks like keycloak-metrics-spi is not able to handle some event types, namely LOGOUT and UPDATE_PASSWORD. Looking at the code, it looks like it should be handled as a generic event, so it should work: https://github.com/aerogear/keycloak-metrics-spi/blob/master/src/main/java/org/jboss/aerogear/keycloak/metrics/MetricsEventListener.java#L29 Ali Ok, Peter Braun, is this expected/known? |