We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9149596 commit 0bb8987Copy full SHA for 0bb8987
bind_exporter.go
@@ -29,8 +29,8 @@ import (
29
"github.com/prometheus-community/bind_exporter/bind"
30
"github.com/prometheus-community/bind_exporter/bind/auto"
31
"github.com/prometheus-community/bind_exporter/bind/json"
32
- v2 "github.com/prometheus-community/bind_exporter/bind/v2"
33
- v3 "github.com/prometheus-community/bind_exporter/bind/v3"
+ "github.com/prometheus-community/bind_exporter/bind/v2"
+ "github.com/prometheus-community/bind_exporter/bind/v3"
34
"github.com/prometheus/client_golang/prometheus"
35
"github.com/prometheus/client_golang/prometheus/collectors"
36
"github.com/prometheus/client_golang/prometheus/promhttp"
0 commit comments