Skip to content
Merged
Changes from 1 commit
Commits
File filter

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
lint
Signed-off-by: Callum Styan <callumstyan@gmail.com>
  • Loading branch information
cstyan committed Dec 3, 2024
commit bcbe1b49460b1ba357eb4bd14b647c783befa545
3 changes: 2 additions & 1 deletion pkg/distributor/distributor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package distributor
import (
"context"
"fmt"
"github.com/prometheus/client_golang/prometheus/testutil"
"math"
"math/rand"
"net/http"
Expand All @@ -14,6 +13,8 @@ import (
"time"
"unicode/utf8"

"github.com/prometheus/client_golang/prometheus/testutil"

otlptranslate "github.com/prometheus/prometheus/storage/remote/otlptranslator/prometheus"

"github.com/grafana/loki/pkg/push"
Expand Down
Loading