You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently screenshot block timestamp is based on screenshot blob construction time instead of when the screenshot was taken. As a result, the screenshot timestamp would be greater than the journey/end timestamp which is not true.
Assuming the screenshot construction takes some amount of time, won'y this cause the step to appear to take longer because we’re counting the compute time to generate the screenshot?
@paulb-elastic Screenshot block construction logic is unchanged and it happens only after all the steps have been completed, so it wont get accounted in to the step/end time nor the journey/end time which we fixed recently as customers are seeing increased journey duration.
The idea here is to use the timestamp of when the screenshot taken vs when the screenshot was processed (converting to blocks). We are moving to former approach.
timestamp
is based on screenshot blob construction time instead of when the screenshot was taken. As a result, the screenshot timestamp would be greater than the journey/end timestamp which is not true.Wrong order
Correct order
The text was updated successfully, but these errors were encountered: