Remote bridge session teardown now logs whether the pre-teardown data upload finished in time
When a remote bridge session (used for remote control of a session) is torn down, the tengu_bridge_repl_teardown telemetry event now records additional details: whether the flush that uploads pending data before teardown completed before its deadline (hold_preflush_landed), the computed budget allowed for archiving, and how long the archive upload call actually took.
This gives more detail for diagnosing whether session data was fully saved before a remote session ended, and how long that process took, building on earlier changes that distinguished different kinds of skipped cleanup during teardown.
Nothing has been read yet about the `tengu_bridge_repl_teardown` gate for this release, so no statement can be made about whether this…