-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Anonymized feature tracking for session cancelation #45103
Comments
@nstewart I don't understand - what's |
craig bot
pushed a commit
that referenced
this issue
Apr 3, 2020
46778: sqltelemetry: add CANCEL QUERIES and CANCEL SESSIONS telemetry r=yuzefovich a=asubiotto Release note: None (internal telemetry change) Closes #45103 Not sure whether we want to distinguish between CANCEL QUERY vs QUERIES use and CANCEL SESSION vs SESSIONS use (or even how to). So just added one counter for each statement type which is probably good enough. Tested this manually but holding off on writing tests since I've heard some work will be done on #46730 Co-authored-by: Alfonso Subiotto Marques <alfonso@cockroachlabs.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add anonymized usage tracking for our basic session cancelation functionality. This will help the Product team track the adoption of the second of two commands required to expire user accounts, an important use case for our enterprise customers (#41396). This will ultimately help us improve feature usability and documentation.
sql.session.cancel_one
sql.session.cancel_query
The text was updated successfully, but these errors were encountered: