Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add online and offline sessions metrics #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OleksandrMishchuk
Copy link

@OleksandrMishchuk OleksandrMishchuk commented Jan 10, 2023

Motivation

There's no metrics exported for online and offline sessions in KC currently and that is pretty needed by business

What

Two gauges were added for onlineSessionCount and offlineSessionCount. Updates are done when LOGIN or LOGOUT events are catch and only for client where event happened, which reduces load on the system

Why

There's already one PR, which does the same, but from my point of view capturing of sessions is done incorrectly there and will definitely add extra load on a server as metrics are pushed on each event.

How

When LOGIN, CLIENT_LOGIN or LOGOUT event is catch we retrieve info of event's client sessions and push out metrics.

Verification Steps

  1. Login with several customers into KC
  2. Observe new metrics on /realms/{realm}/metrics endpoint
  3. Logout with some customers from KC
  4. Observe updated metrics on /realms/{realm}/metrics endpoint

Checklist:

  • Code has been tested locally by PR requester
  • New test cases are added
  • Changes have been successfully verified by another team member

Progress

  • Finished task

Additional Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant