Skip to content

Commit 2dda994

Browse files
committed
fix import
Signed-off-by: TomaBere <[email protected]> Signed-off-by: Tamara Bernshtein <[email protected]>
1 parent 156e9c5 commit 2dda994

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

collector/indices.go

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
"path"
2727
"sort"
2828
"strconv"
29-
"strings"
3029
)
3130

3231
type labels struct {

collector/nodes.go

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ package collector
1616
import (
1717
"encoding/json"
1818
"fmt"
19+
"github.com/go-kit/log"
20+
"github.com/go-kit/log/level"
21+
"github.com/prometheus/client_golang/prometheus"
1922
"io"
2023
"net/http"
2124
"net/url"

0 commit comments

Comments
 (0)