diff --git a/storage/remote/write.go b/storage/remote/write.go index 8ecdbbc483..1e87bf9f9c 100644 --- a/storage/remote/write.go +++ b/storage/remote/write.go @@ -25,14 +25,13 @@ import ( "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/common/promslog" - "github.com/prometheus/prometheus/tsdb/record" - "github.com/prometheus/prometheus/config" "github.com/prometheus/prometheus/model/exemplar" "github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/metadata" "github.com/prometheus/prometheus/storage" + "github.com/prometheus/prometheus/tsdb/record" "github.com/prometheus/prometheus/tsdb/wlog" )