Skip to content

Commit bfd27a4

Browse files
committed
Fix lint error
Signed-off-by: Joe Adams <github@joeadams.io>
1 parent b6022a1 commit bfd27a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

collector/indices.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,6 @@ type labels struct {
431431
values func(*clusterinfo.Response, ...string) []string
432432
}
433433

434-
type indexMetric struct {
435-
Type prometheus.ValueType
436-
Desc *prometheus.Desc
437-
Value func(indexStats IndexStatsIndexResponse) float64
438-
Labels labels
439-
}
440-
441434
// Indices information struct
442435
type Indices struct {
443436
logger *slog.Logger

0 commit comments

Comments
 (0)