Skip to content

feat(queues): Split transaction table into producer and consumer tables#109683

Merged
DominikB2014 merged 1 commit intomasterfrom
dominikbuszowiecki/browse-377-split-queue-producerconsumer-table-into-two
Mar 2, 2026
Merged

feat(queues): Split transaction table into producer and consumer tables#109683
DominikB2014 merged 1 commit intomasterfrom
dominikbuszowiecki/browse-377-split-queue-producerconsumer-table-into-two

Conversation

@DominikB2014
Copy link
Contributor

Replace the single combined transactions table in the queue summary prebuilt dashboard with two separate tables — one for producer (queue.publish) operations and one for consumer (queue.process) operations.

The original combined table showed all fields regardless of relevance, including columns like "Avg time in queue" for producers (which don't receive messages) and "Published" for consumers. Splitting into dedicated tables removes the irrelevant fields and makes it clearer what metrics matter for each side of the queue.

Producer table fields: Transaction, Error rate, Published, Time spent
Consumer table fields: Transaction, Avg time in queue, Avg processing time, Error rate, Processed, Time spent

Refs DAIN-1239

…umer tables

Replace the combined transactions table in the queue summary prebuilt dashboard
with two dedicated tables — one for producer (queue.publish) and one for consumer
(queue.process) transactions. Each table only shows relevant fields for its
operation type, making it easier to analyze producer and consumer behavior
independently.

Co-Authored-By: Claude <noreply@anthropic.com>
@linear
Copy link

linear bot commented Mar 2, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 2, 2026
@DominikB2014 DominikB2014 marked this pull request as ready for review March 2, 2026 18:26
@DominikB2014 DominikB2014 requested a review from a team as a code owner March 2, 2026 18:26
@DominikB2014 DominikB2014 enabled auto-merge (squash) March 2, 2026 18:29
@DominikB2014 DominikB2014 merged commit c2da836 into master Mar 2, 2026
60 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-377-split-queue-producerconsumer-table-into-two branch March 2, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants