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 (
2323 "github.com/thanos-io/promql-engine/query"
2424 engstorage "github.com/thanos-io/promql-engine/storage"
2525 promstorage "github.com/thanos-io/promql-engine/storage/prometheus"
26+ "github.com/thanos-io/promql-engine/tracing"
2627
2728 "github.com/efficientgo/core/errors"
2829 "github.com/prometheus/client_golang/prometheus"
@@ -33,7 +34,6 @@ import (
3334 "github.com/prometheus/prometheus/storage"
3435 "github.com/prometheus/prometheus/util/annotations"
3536 "github.com/prometheus/prometheus/util/stats"
36- "github.com/thanos-io/promql-engine/tracing"
3737)
3838
3939type QueryType int
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ import (
3535 "github.com/thanos-io/promql-engine/logicalplan"
3636 "github.com/thanos-io/promql-engine/query"
3737 "github.com/thanos-io/promql-engine/storage"
38+ "github.com/thanos-io/promql-engine/tracing"
3839
3940 "github.com/efficientgo/core/errors"
4041 "github.com/prometheus/prometheus/promql"
4142 "github.com/prometheus/prometheus/promql/parser"
4243 promstorage "github.com/prometheus/prometheus/storage"
43- "github.com/thanos-io/promql-engine/tracing"
4444)
4545
4646// 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