Skip to content

Commit aa6ec72

Browse files
Add the metric <prefix>.transaction.lowest_available_committed_tx_id (#2222)
Related to neo-technology/neo4j#30053 The updated description is covered in neo-technology/neo4j#30557
1 parent 429c1d2 commit aa6ec72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ROOT/pages/monitoring/metrics/reference.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ label:deprecated[Deprecated in 5.15]
365365
|<prefix>.transaction.tx_size_native|The transactions' size in native memory in bytes. (histogram)
366366
// |<prefix>.transaction.validation_failure|The total number of multi-version transaction validation failures. (counter)
367367
// |<prefix>.transaction.mvcc_retries|The total number of multi-version server internal retries. (counter)
368+
|<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)
368369
|===
369370

370371
[[db-index-metrics]]

0 commit comments

Comments
 (0)