Commit d9cc2c9
Add connection.close event listener to telemetry wire-up
Fix missing event listener for CONNECTION_CLOSE events in DBSQLClient
telemetry initialization. Without this listener, connection close events
were being emitted but not routed to the aggregator for processing.
Now all 3 telemetry events are properly exported:
- CONNECTION_OPEN (connection latency)
- STATEMENT_COMPLETE (execution latency)
- CONNECTION_CLOSE (session duration)
Verified with e2e test showing 3 successful telemetry exports.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e7f2144 commit d9cc2c9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
349 | 357 | | |
350 | 358 | | |
351 | 359 | | |
| |||
0 commit comments