Skip to content

Add the metric <prefix>.transaction.lowest_available_committed_tx_id #2222

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

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/pages/monitoring/metrics/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ label:deprecated[Deprecated in 5.15]
|<prefix>.transaction.tx_size_native|The transactions' size in native memory in bytes. (histogram)
// |<prefix>.transaction.validation_failure|The total number of multi-version transaction validation failures. (counter)
// |<prefix>.transaction.mvcc_retries|The total number of multi-version server internal retries. (counter)
|<prefix>.transaction.lowest_available_committed_tx_id| label:new[Introduced in 2025.04] The ID of the lowest available committed transaction in the transaction logs. Track this for each instance. (Cluster) Track this for each primary and secondary. The data may be organized into separate charts, displaying a single line that increases over time. The difference between this ID and that of the `last_committed_tx_id` metric indicates the size of the window of available transactions to serve to other cluster members or backups. (counter)
|===

[[db-index-metrics]]
Expand Down