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

Do not display the commands automatically issued by the SQL CLI client application #81785

Open
kevin-v-ngo opened this issue May 24, 2022 · 1 comment
Labels
A-check-on-console Issues that need to be checked on CC Console C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability

Comments

@kevin-v-ngo
Copy link

kevin-v-ngo commented May 24, 2022

We display the "Most Recent Statement" on the Sessions page per Session. For interactive scenarios when using the cockraoch SQL CLI client, this column will always be populated by the automatic SQL statements issued by the CLI such as 'SHOW DATABASES'. We should remove statements directly issued by the CLI and only capture the most recent user submitted statement on this page.

Jira issue: CRDB-16069

Epic CRDB-20388

@kevin-v-ngo kevin-v-ngo added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label May 24, 2022
@kevin-v-ngo kevin-v-ngo added this to Triage in Cluster Observability via automation May 24, 2022
@kevin-v-ngo kevin-v-ngo moved this from Triage to Up next in Cluster Observability Jun 6, 2022
@ericharmeling
Copy link
Contributor

This is also a problem on the transaction insights page: #88873 (comment).

@maryliag maryliag added the A-check-on-console Issues that need to be checked on CC Console label Nov 3, 2023
@maryliag maryliag moved this from 24.1 to Backlog in Cluster Observability Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-check-on-console Issues that need to be checked on CC Console C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability
Projects
No open projects
Development

No branches or pull requests

3 participants