Fix import grouping
Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
parent
e60f998e9b
commit
154f28a316
|
@ -19,9 +19,11 @@ import (
|
|||
"reflect"
|
||||
"sort"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
dto "github.com/prometheus/client_model/go"
|
||||
"github.com/prometheus/common/expfmt"
|
||||
|
||||
dto "github.com/prometheus/client_model/go"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
// GatherAndCompare retrieves all metrics exposed by a collector and compares it
|
||||
|
|
Loading…
Reference in New Issue