Skip to content

Commit a9de31b

Browse files
committed
[DOCS] Adds operations_behind to transform stats (#53518)
1 parent 0e495a3 commit a9de31b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/transform/apis/get-transform-stats.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ upper bound of data that is included in the checkpoint.
106106
`checkpointing`.`next`.`timestamp_millis`::::
107107
(date) The timestamp of the checkpoint, which indicates when the checkpoint was
108108
created.
109+
`checkpointing`.`operations_behind`:::
110+
(integer) The number of operations that have occurred on the source index but
111+
have not been applied to the destination index yet. A high number can indicate
112+
that the {transform} is failing to keep up.
109113

110114
`id`::
111115
(string)

0 commit comments

Comments
 (0)