|
|
@ -37,7 +37,7 @@ import ( |
|
|
|
"github.com/go-kit/log" |
|
|
|
"github.com/go-kit/log" |
|
|
|
"github.com/go-kit/log/level" |
|
|
|
"github.com/go-kit/log/level" |
|
|
|
"github.com/grafana/regexp" |
|
|
|
"github.com/grafana/regexp" |
|
|
|
conntrack "github.com/mwitkow/go-conntrack" |
|
|
|
"github.com/mwitkow/go-conntrack" |
|
|
|
"github.com/oklog/run" |
|
|
|
"github.com/oklog/run" |
|
|
|
"github.com/prometheus/client_golang/prometheus" |
|
|
|
"github.com/prometheus/client_golang/prometheus" |
|
|
|
"github.com/prometheus/common/model" |
|
|
|
"github.com/prometheus/common/model" |
|
|
@ -48,8 +48,8 @@ import ( |
|
|
|
toolkit_webflag "github.com/prometheus/exporter-toolkit/web/kingpinflag" |
|
|
|
toolkit_webflag "github.com/prometheus/exporter-toolkit/web/kingpinflag" |
|
|
|
"go.uber.org/atomic" |
|
|
|
"go.uber.org/atomic" |
|
|
|
"go.uber.org/automaxprocs/maxprocs" |
|
|
|
"go.uber.org/automaxprocs/maxprocs" |
|
|
|
kingpin "gopkg.in/alecthomas/kingpin.v2" |
|
|
|
"gopkg.in/alecthomas/kingpin.v2" |
|
|
|
klog "k8s.io/klog" |
|
|
|
"k8s.io/klog" |
|
|
|
klogv2 "k8s.io/klog/v2" |
|
|
|
klogv2 "k8s.io/klog/v2" |
|
|
|
|
|
|
|
|
|
|
|
"github.com/prometheus/prometheus/config" |
|
|
|
"github.com/prometheus/prometheus/config" |
|
|
|