After I upgrade SonarQube to 6.7, don’t see column “remember_token_expires_at” in users table in the database.
Could you please help on how to get the :
- How many users login and logout in everyday
- Active users & inactive users count
After I upgrade SonarQube to 6.7, don’t see column “remember_token_expires_at” in users table in the database.
Could you please help on how to get the :
Hi,
This is why we say you should treat the database like a black box and only use what you can get through the Web API; the database structure can change in any version without notice.
As far as I’m aware these values are not available. What’s your use case?
Ann
Hi,
Thanks so much for the response.
My use case: I would like to see -
Hi,
That much was apparent from your initial question. Would you mind explaining why?
Thx,
Ann
Hi,
we have multiple sonarqube local instances, so just to see which instance is mostly being used among them.