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

[YCQL] Add support for dumping of BATCH statements on http endpoint. #18047

Open
1 task done
divchaturvedi opened this issue Jul 3, 2023 · 0 comments
Open
1 task done
Assignees
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@divchaturvedi
Copy link
Contributor

divchaturvedi commented Jul 3, 2023

Jira Link: DB-7096

Description

Currently prepared statements stats are being dumped on the endpoint localhost:12000/statements. Support to dump the batch statements statistics needs to be added.

487d628 introduces support to dump prepared statements stats. Since batch statements consist of prepared and unprepared statements, we can use the existing pipeline to dump batch statements stats.

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@divchaturvedi divchaturvedi added area/ycql Yugabyte CQL (YCQL) status/awaiting-triage Issue awaiting triage labels Jul 3, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue and removed status/awaiting-triage Issue awaiting triage labels Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants