File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package instantquery
3
3
import (
4
4
"time"
5
5
6
- "github.com/cortexproject/cortex/pkg/querier/tripperware"
7
6
"github.com/go-kit/log"
8
7
"github.com/thanos-io/thanos/pkg/querysharding"
8
+
9
+ "github.com/cortexproject/cortex/pkg/querier/tripperware"
9
10
)
10
11
11
12
func Middlewares (
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ import (
10
10
"testing"
11
11
"time"
12
12
13
- "github.com/cortexproject/cortex/pkg/querier/tripperware"
14
- "github.com/cortexproject/cortex/pkg/util/validation"
15
13
"github.com/go-kit/log"
16
14
"github.com/stretchr/testify/require"
17
15
"github.com/thanos-io/promql-engine/logicalplan"
18
16
"github.com/thanos-io/thanos/pkg/querysharding"
19
17
"github.com/weaveworks/common/middleware"
20
18
"github.com/weaveworks/common/user"
19
+
20
+ "github.com/cortexproject/cortex/pkg/querier/tripperware"
21
+ "github.com/cortexproject/cortex/pkg/util/validation"
21
22
)
22
23
23
24
const (
Original file line number Diff line number Diff line change @@ -14,16 +14,15 @@ import (
14
14
"github.com/opentracing/opentracing-go"
15
15
otlog "github.com/opentracing/opentracing-go/log"
16
16
"github.com/prometheus/common/model"
17
+ "github.com/thanos-io/promql-engine/logicalplan"
17
18
"github.com/weaveworks/common/httpgrpc"
18
19
19
20
"github.com/cortexproject/cortex/pkg/api/queryapi"
20
21
"github.com/cortexproject/cortex/pkg/querier/stats"
21
22
"github.com/cortexproject/cortex/pkg/querier/tripperware"
22
23
"github.com/cortexproject/cortex/pkg/util"
23
-
24
24
"github.com/cortexproject/cortex/pkg/util/limiter"
25
25
"github.com/cortexproject/cortex/pkg/util/spanlogger"
26
- "github.com/thanos-io/promql-engine/logicalplan"
27
26
)
28
27
29
28
// StatusSuccess Prometheus success result.
You can’t perform that action at this time.
0 commit comments