diff --git a/modules/ROOT/pages/platform/metrics-integration.adoc b/modules/ROOT/pages/platform/metrics-integration.adoc index e6ef37ec2..4adb408ae 100644 --- a/modules/ROOT/pages/platform/metrics-integration.adoc +++ b/modules/ROOT/pages/platform/metrics-integration.adoc @@ -728,3 +728,18 @@ This also corresponds to the median of the query execution time. | Default aggregation m| MAX |=== + +.Last Committed Transaction ID +[frame="topbot", stripes=odd, grid="cols", cols="<1,<4"] +|=== +| Metric name +m| neo4j_database_transaction_last_committed_tx_id_total +| Description +| The id of the last committed transaction. +Track this for primary cluster members of your Aura instance. +It should show overlapping, ever-increasing lines and if one of the lines levels off or falls behind, it is clear that this cluster member is no longer replicating data, and action is needed to rectify the situation. +| Metric type +| _Counter_ +| Default aggregation +m| MAX +|===