File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import (
23
23
"github.com/thanos-io/promql-engine/query"
24
24
engstorage "github.com/thanos-io/promql-engine/storage"
25
25
promstorage "github.com/thanos-io/promql-engine/storage/prometheus"
26
+ "github.com/thanos-io/promql-engine/tracing"
26
27
27
28
"github.com/efficientgo/core/errors"
28
29
"github.com/prometheus/client_golang/prometheus"
@@ -33,7 +34,6 @@ import (
33
34
"github.com/prometheus/prometheus/storage"
34
35
"github.com/prometheus/prometheus/util/annotations"
35
36
"github.com/prometheus/prometheus/util/stats"
36
- "github.com/thanos-io/promql-engine/tracing"
37
37
)
38
38
39
39
type QueryType int
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ import (
35
35
"github.com/thanos-io/promql-engine/logicalplan"
36
36
"github.com/thanos-io/promql-engine/query"
37
37
"github.com/thanos-io/promql-engine/storage"
38
+ "github.com/thanos-io/promql-engine/tracing"
38
39
39
40
"github.com/efficientgo/core/errors"
40
41
"github.com/prometheus/prometheus/promql"
41
42
"github.com/prometheus/prometheus/promql/parser"
42
43
promstorage "github.com/prometheus/prometheus/storage"
43
- "github.com/thanos-io/promql-engine/tracing"
44
44
)
45
45
46
46
// New creates new physical query execution for a given query expression which represents logical plan.
You can’t perform that action at this time.
0 commit comments