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
@@ -728,6 +729,9 @@ Lifecycle events recorded on the active `chat` or `invoke_agent` span.
728
729
729
730
| Event | Description | Key attributes |
730
731
|-------|-------------|----------------|
732
+
|`github.copilot.hook.start`| A hook began executing |`github.copilot.hook.type`, `github.copilot.hook.invocation_id`|
733
+
|`github.copilot.hook.end`| A hook completed successfully |`github.copilot.hook.type`, `github.copilot.hook.invocation_id`|
734
+
|`github.copilot.hook.error`| A hook failed |`github.copilot.hook.type`, `github.copilot.hook.invocation_id`, `github.copilot.hook.error_message`|
731
735
|`github.copilot.session.truncation`| Conversation history was truncated |`github.copilot.token_limit`, `github.copilot.pre_tokens`, `github.copilot.post_tokens`, `github.copilot.tokens_removed`, `github.copilot.messages_removed`|
732
736
|`github.copilot.session.compaction_start`| History compaction began | None |
733
737
|`github.copilot.session.compaction_complete`| History compaction completed |`github.copilot.success`, `github.copilot.pre_tokens`, `github.copilot.post_tokens`, `github.copilot.tokens_removed`, `github.copilot.messages_removed`|
0 commit comments