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

Tempo: Refactor Trace By ID and Metrics Summary #3522

Merged
merged 22 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update integration/e2e/limits_test.go
Co-authored-by: Koenraad Verheyden <koenraad.verheyden@posteo.net>
  • Loading branch information
joe-elliott and yvrhdn authored Apr 11, 2024
commit 6445fde66511e76f6f3399eee80cbe35ab994e17
2 changes: 1 addition & 1 deletion integration/e2e/limits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func TestQueryRateLimits(t *testing.T) {
callFlush(t, tempo)
time.Sleep(2 * time.Second) // trace idle and flush time are both 1ms
}
// now try to query it back. this should fail b/c the trace is too large
// now try to query it back. this should fail b/c the frontend queue doesn't have room
client := httpclient.New("http://"+tempo.Endpoint(3200), tempoUtil.FakeTenantID)

// 429 HTTP Trace ID Lookup
Expand Down
Loading