[DOCS] Adds operations_behind to transform stats (#53518)
This commit is contained in:
parent
f8fe1d3344
commit
b1d589f276
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue