Skip to content

Mempool events for displaying txs load in Throughput dashboard#929

Open
bladyjoker wants to merge 3 commits into
mainfrom
bladyjoker/proto-devnet/update-throughput-dashboard
Open

Mempool events for displaying txs load in Throughput dashboard#929
bladyjoker wants to merge 3 commits into
mainfrom
bladyjoker/proto-devnet/update-throughput-dashboard

Conversation

@bladyjoker

@bladyjoker bladyjoker commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

DONE

  • Use Mempool traces for displaying Tx Load (removed tx-centrifuge logs based display)
  • Set All tooltip
  • Fix units and simplify expressions
image

@bladyjoker bladyjoker self-assigned this Jun 2, 2026
@bladyjoker bladyjoker requested a review from ch1bo June 2, 2026 13:36
"editorMode": "code",
"expr": "rate({service=\"tx-centrifuge\", ns=\"TxCentrifuge.Builder.NewTx\"}[30s])",
"legendFormat": "tx/s",
"expr": "rate({type=\"cardano-node\", ns=~\"Mempool.AddedTx\"}[30s])",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good!

But this is another metric than the centrifuge releasing txs. Can we have both?

For example if we ingest only at node1 with centrifuge, their rates will always correspond. But when the centrifuge does a round robin we should see the policy effective, especially when one node can't keep up with what was ingested.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! Let me add it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants