We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156e9c5 commit 2dda994Copy full SHA for 2dda994
collector/indices.go
@@ -26,7 +26,6 @@ import (
26
"path"
27
"sort"
28
"strconv"
29
- "strings"
30
)
31
32
type labels struct {
collector/nodes.go
@@ -16,6 +16,9 @@ package collector
16
import (
17
"encoding/json"
18
"fmt"
19
+ "github.com/go-kit/log"
20
+ "github.com/go-kit/log/level"
21
+ "github.com/prometheus/client_golang/prometheus"
22
"io"
23
"net/http"
24
"net/url"
0 commit comments