From 1a7a072eca757245b087ac387b6f05fa2a4bf00e Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Fri, 13 May 2022 11:55:21 -0400 Subject: [PATCH] Fix linting that was missed in CI run Signed-off-by: Joe Adams --- collector/shards.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/collector/shards.go b/collector/shards.go index 783b86da..31f8934a 100644 --- a/collector/shards.go +++ b/collector/shards.go @@ -51,12 +51,6 @@ type Shards struct { jsonParseFailures prometheus.Counter } -// NodeShard Information per node struct -type NodeShard struct { - node string - shards int64 -} - type nodeShardMetric struct { Type prometheus.ValueType Desc *prometheus.Desc