[DOCS] Adds operations_behind to transform stats (#53518)

This commit is contained in:
Lisa Cawley 2020-03-13 09:32:15 -07:00 committed by lcawl
parent f8fe1d3344
commit b1d589f276
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ upper bound of data that is included in the checkpoint.
`checkpointing`.`next`.`timestamp_millis`:::: `checkpointing`.`next`.`timestamp_millis`::::
(date) The timestamp of the checkpoint, which indicates when the checkpoint was (date) The timestamp of the checkpoint, which indicates when the checkpoint was
created. created.
`checkpointing`.`operations_behind`:::
(integer) The number of operations that have occurred on the source index but
have not been applied to the destination index yet. A high number can indicate
that the {transform} is failing to keep up.
`id`:: `id`::
(string) (string)