@@ -1925,8 +1925,8 @@ func BenchmarkInterceptor_Disabled(b *testing.B) {
19251925
19261926** JIRA Tickets** :
19271927- ** PECOBLR-1143** : Phases 1-5 (Core Infrastructure → Opt-In Configuration)
1928- - ** PECOBLR-1379 ** : Phase 6 (Collection & Aggregation)
1929- - ** PECOBLR-1380 ** : Phase 7 (Driver Integration)
1928+ - ** PECOBLR-1381 ** : Phase 6 (Collection & Aggregation) - subtask
1929+ - ** PECOBLR-1382 ** : Phase 7 (Driver Integration) - subtask
19301930
19311931### Phase 1: Core Infrastructure ✅ COMPLETED
19321932- [x] Create ` telemetry ` package structure
@@ -2011,7 +2011,7 @@ func BenchmarkInterceptor_Disabled(b *testing.B) {
20112011 - [ ] Test cache expiration and refresh
20122012 - [ ] Test concurrent connections with shared cache
20132013
2014- ### Phase 6: Collection & Aggregation (PECOBLR-1379 )
2014+ ### Phase 6: Collection & Aggregation (PECOBLR-1381 )
20152015- [ ] Implement ` interceptor.go ` for metric collection
20162016 - [ ] Implement beforeExecute() and afterExecute() hooks
20172017 - [ ] Implement context-based metric tracking with metricContext
@@ -2040,7 +2040,7 @@ func BenchmarkInterceptor_Disabled(b *testing.B) {
20402040 - [ ] Test error classification
20412041 - [ ] Test client with aggregator integration
20422042
2043- ### Phase 7: Driver Integration (PECOBLR-1380 )
2043+ ### Phase 7: Driver Integration (PECOBLR-1382 )
20442044- [ ] Add telemetry initialization to ` connection.go `
20452045 - [ ] Call isTelemetryEnabled() at connection open
20462046 - [ ] Initialize telemetry client via clientManager.getOrCreateClient()
0 commit comments