diff --git a/stats/query_stats.go b/pkg/stats/query_stats.go similarity index 100% rename from stats/query_stats.go rename to pkg/stats/query_stats.go diff --git a/stats/timer.go b/pkg/stats/timer.go similarity index 100% rename from stats/timer.go rename to pkg/stats/timer.go diff --git a/promql/engine.go b/promql/engine.go index 1b2dc2a89..af9f5ff20 100644 --- a/promql/engine.go +++ b/promql/engine.go @@ -25,7 +25,7 @@ import ( clientmodel "github.com/prometheus/client_golang/model" - "github.com/prometheus/prometheus/stats" + "github.com/prometheus/prometheus/pkg/stats" "github.com/prometheus/prometheus/storage/local" "github.com/prometheus/prometheus/storage/metric" )