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

cluster-ui: create transaction details api #108540

Open
xinhaoz opened this issue Aug 10, 2023 · 0 comments
Open

cluster-ui: create transaction details api #108540

xinhaoz opened this issue Aug 10, 2023 · 0 comments
Labels
A-check-on-console Issues that need to be checked on CC Console A-observability-inf C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-observability

Comments

@xinhaoz
Copy link
Member

xinhaoz commented Aug 10, 2023

Currently the transaction overview and details (fingerprint) pages use the same API. This request/response shows the top x transactions by the requested sort and limit params. There are places in the console however where we want to look up arbitrary transaction fingerprints, not necessarily one that would be returned by that request (e.g. from the insights page, or perhaps from a statement details page where its txn wouldn't show up with the request/limit params sent).

We need a separate transaction details api to allow retrieving txn details for a single txn fingerprint (optionally by application). This new api can use the sql over http api. We already have something like this for statement details.

Jira issue: CRDB-30514

Epic CRDB-39643

@xinhaoz xinhaoz added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-cluster-observability A-cluster-observability Related to cluster observability labels Aug 10, 2023
@maryliag maryliag self-assigned this Oct 6, 2023
maryliag added a commit to maryliag/cockroach that referenced this issue Oct 6, 2023
Part Of cockroachdb#108540

New endpoint for Transaction Details that return
all the stats for the specified Transaction and the stats
for all the Statements that were part of it.

Release note (sql change): New endpoint that return Transaction Details
information.
@maryliag maryliag removed their assignment Oct 25, 2023
@maryliag maryliag added the A-check-on-console Issues that need to be checked on CC Console label Nov 3, 2023
@xinhaoz xinhaoz changed the title cluster-ui: create txn details api cluster-ui: create transaction details api Mar 22, 2024
@xinhaoz xinhaoz added T-observability-inf A-observability-inf and removed A-cluster-observability Related to cluster observability labels Mar 22, 2024
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 A-observability-inf C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-observability
Projects
None yet
Development

No branches or pull requests

3 participants