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
Add sessionID support and BeforeExecuteWithTime to telemetry
- Add sessionID field to metricContext struct
- Update BeforeExecute to accept sessionID parameter
- Add BeforeExecuteWithTime method for custom start times
- Update connection.go to pass sessionID in BeforeExecute call
This enables proper session tracking in telemetry and allows
capturing accurate execution times by providing a custom start time.
0 commit comments