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
Implement CONNECTION_CLOSE telemetry event to track session lifecycle:
- Add CONNECTION_CLOSE event type to TelemetryEventType enum
- Add emitConnectionClose() method to TelemetryEventEmitter
- Add processConnectionCloseEvent() handler in MetricsAggregator
- Track session open time in DBSQLSession and emit close event with latency
- Remove unused TOperationType import from DBSQLOperation
This provides complete session telemetry: connection open, statement execution,
and connection close with latencies for each operation.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments