Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove querier wait time metric. #11233

Merged
merged 9 commits into from
Dec 6, 2023
Prev Previous commit
Next Next commit
Pass empty string.
  • Loading branch information
jeschkies committed Dec 6, 2023
commit a2323096ebb226c76a68801a3a563130763e88f1
2 changes: 1 addition & 1 deletion pkg/querier/worker/frontend_processor_test.go
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ func TestRecvFailDoesntCancelProcess(t *testing.T) {
running.Store(true)
defer running.Store(false)

mgr.processQueriesOnSingleStream(ctx, cc, "test:12345", "1")
mgr.processQueriesOnSingleStream(ctx, cc, "test:12345", "")
}()

test.Poll(t, time.Second, true, func() interface{} {