Skip to content

Commit 0c10123

Browse files
committed
docs(events): lift the coalescing note to cover both state events
1 parent 8e6ca43 commit 0c10123

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/instrumentation/EVENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ Opening a workspace from any entry point.
537537

538538
### Logs
539539

540+
Both state-transition events are sampled from the workspace event stream, so
541+
intermediate hops between samples may coalesce into a single transition.
542+
540543
#### `workspace.state_transitioned`
541544

542545
| Attribute | Values |
@@ -552,8 +555,6 @@ Opening a workspace from any entry point.
552555

553556
Emitted for every agent in the workspace, deduped per agent, for the whole
554557
monitored session (not only the connected agent during connection setup).
555-
Transitions are sampled from the workspace event stream, so intermediate hops
556-
between samples may coalesce into a single transition.
557558

558559
| Attribute | Values |
559560
| -------------------------------------------- | ---------------------------------------------------- |

0 commit comments

Comments
 (0)