File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ * Fixed bug with session query latency metric collector
2+
13## v3.104.3
24* Changed argument types in ` table.Client.ReadRows ` to public types for compatibility with mock-generation
35
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ func query(config Config) (t trace.Query) {
251251 {
252252 sessionQueryConfig := sessionConfig .WithSystem ("query" )
253253 errs := sessionQueryConfig .CounterVec ("errs" , "status" , "label" )
254- latency := sessionQueryConfig .TimerVec ("latency" )
254+ latency := sessionQueryConfig .TimerVec ("latency" , "label" )
255255 t .OnSessionQuery = func (info trace.QuerySessionQueryStartInfo ) func (trace.QuerySessionQueryDoneInfo ) {
256256 start := time .Now ()
257257 label := info .Label
You can’t perform that action at this time.
0 commit comments