File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ package exporter
22
33import (
44 "fmt"
5- "github.com/prometheus/client_golang/prometheus"
65 "strings"
6+
7+ "github.com/prometheus/client_golang/prometheus"
78)
89
910/* ================ Column ================ */
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ package exporter
22
33import (
44 "fmt"
5- "gopkg.in/yaml.v3"
65 "os"
76 "path"
87 "strings"
8+
9+ "gopkg.in/yaml.v3"
910)
1011
1112// GetConfig will try load config from target path
Original file line number Diff line number Diff line change 11package exporter
22
33import (
4- "github.com/go-kit/kit/log"
54 "sync"
5+
6+ "github.com/go-kit/kit/log"
67)
78
89/* ================ Parameters ================ */
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package exporter
33import (
44 "bytes"
55 "fmt"
6- "gopkg.in/yaml.v3"
76 "text/template"
87 "time"
8+
9+ "gopkg.in/yaml.v3"
910)
1011
1112/* ================ Query ================ */
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ package exporter
22
33import (
44 "fmt"
5- "github.com/go-kit/kit/log"
6- "github.com/go-kit/log/level"
7- "github.com/prometheus/client_golang/prometheus"
85 "math"
96 "os"
107 "strconv"
118 "strings"
129 "time"
10+
11+ "github.com/go-kit/kit/log"
12+ "github.com/go-kit/log/level"
13+ "github.com/prometheus/client_golang/prometheus"
1314)
1415
1516/* ================ Logger ================ */
You can’t perform that action at this time.
0 commit comments