Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lei <lei.justin@gmail.com>
  • Loading branch information
leizor committed Oct 18, 2023
1 parent aa0cc96 commit 18a0dac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions storage/remote/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ import (
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/trace"

"github.com/prometheus/prometheus/storage"

"github.com/prometheus/prometheus/prompb"
"github.com/prometheus/prometheus/storage"
"github.com/prometheus/prometheus/storage/remote/azuread"
)

Expand All @@ -52,9 +51,7 @@ var (
prompb.ReadRequest_STREAMED_XOR_CHUNKS,
prompb.ReadRequest_SAMPLES,
}
)

var (
remoteReadQueriesTotal = prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: namespace,
Expand Down

0 comments on commit 18a0dac

Please sign in to comment.