-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Record metrics for user account activities #52996
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
Comments
Thanks for contacting us. We're moving this issue to the |
Are “groups” and “roles” different concepts? I think the most natural place to put the user and role CRUD telemetry would be in Identity’s As far as updates go, are there any particular updates we’re interested in? Since Identity makes the We could go out of our way to check whether certain things like user name, email, password, security stamp, phone number, email confirmation status, roles, claims, etc… have been updated, but doing so would require a separate query to the store for each property. While this is generally fast for the EF stores since they just read properties from |
To me yes groups & roles are different concepts especially as we use them for different things. I agree with your thoughts about the most natural place to be triggered the generation of metrics and that it is only available to users using Identity. In terms of updates I am not interested in implementing a change log persee but rather a journal of which entity is being changed, the type of entity & action type. Suggest checking the otel schematics for fields and also check the Elastic common schema fields which are being incorporated into otel. |
Is there an existing issue for this?
I have searched the existing issues but can't find one
Is your feature request related to a problem? Please describe the problem.
I want to be able to quickly and efficiently perform auditing of user sessions using my standard tools ie elk
Describe the solution you'd like
A metric measurement is recorded based on the key user actions
Additional context
No response
The text was updated successfully, but these errors were encountered: