Skip to content

Conversation

sjmudd
Copy link

@sjmudd sjmudd commented Jul 16, 2025

This PR provides a simple global transaction counter which can be used to track the transaction rate on a MySQL server.

  • The full GTID set is combined into a single transaction count
  • UUIDs are ignored
  • Any GTID gaps are taken into account
  • works on MySQL 5.6+
  • works with MySQL 8.4+ tagged gtid format

This PR provides a simple global transaction counter which can be
used to track the transaction rate on a MySQL server.

- The full GTID set is combined into a single transaction count
- UUIDs are ignored
- Any GTID gaps are taken into account
- works on MySQL 5.6+
- works with MySQL 8.4+ tagged gtid format

Signed-off-by: Simon J Mudd <[email protected]>
@sjmudd
Copy link
Author

sjmudd commented Jul 20, 2025

Hello,

It is not very clear to me how long I should expect to wait for a response to my PR, whether positive or negative. If you could provide some sort of feedback here or in the README that would be most helpful.

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.

1 participant