Skip to content

Commit

Permalink
Fix linting that was missed in CI run (#568)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Adams <github@joeadams.io>
  • Loading branch information
sysadmind authored May 13, 2022
1 parent 4a996bc commit 2b48011
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions collector/shards.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b48011

Please sign in to comment.