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

feat: new stream count limiter #13006

Merged
merged 5 commits into from
May 23, 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
fixed imports
Signed-off-by: Vladyslav Diachenko <[email protected]>
  • Loading branch information
vlad-diachenko committed May 21, 2024
commit 9e9e1b88bf3ab8999537d01d6fa7b637f1c53c6a
3 changes: 2 additions & 1 deletion pkg/ingester/owned_streams_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package ingester
import (
"testing"

"github.com/grafana/loki/v3/pkg/validation"
"github.com/stretchr/testify/require"

"github.com/grafana/loki/v3/pkg/validation"
)

func Test_OwnedStreamService(t *testing.T) {
Expand Down
Loading