You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to obtain the count of login requests per 1 minute, 1 hour, and 1 day individually, instead of aggregating them in the totalLogins parameter. Does anyone have any suggestions on how I can achieve this in my metrics?
Description
Hello, I would like to obtain the count of login requests per 1 minute, 1 hour, and 1 day individually, instead of aggregating them in the totalLogins parameter. Does anyone have any suggestions on how I can achieve this in my metrics?
Expected Behavior
keycloak_login_attempts_per_minute{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_login_attempts_per_hour{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_login_attempts_per_day{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_logins_per_minute{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_logins_per_hour{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_logins_per_day{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
Actual Behavior
keycloak_login_attempts_total{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
keycloak_logins_total{realm="myrealm",provider="keycloak",client_id="myclient",} 2.0
Environment
The text was updated successfully, but these errors were encountered: