forked from mirror/client_golang
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"
|
"reflect"
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
|
||||||
dto "github.com/prometheus/client_model/go"
|
|
||||||
"github.com/prometheus/common/expfmt"
|
"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
|
// GatherAndCompare retrieves all metrics exposed by a collector and compares it
|
||||||
|
|
Loading…
Reference in New Issue