cockroachdb / cockroachdb/cockroach

cluster-ui: create transaction details api

Open
#108,540 0 comments 0 reactions 0 assignees View on GitHub
A-check-on-console A-observability-inf C-bug T-observability
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.