Skip to content

Commit c8ce743

Browse files
Update arrays_space_collector.go
1 parent 213a200 commit c8ce743

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/openmetrics-exporter/arrays_space_collector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func (c *ArraySpaceCollector) Collect(ch chan<- prometheus.Metric) {
157157
(float64(*a.Space.Replication)+float64(*a.Space.Shared)+float64(*a.Space.Snapshots)+float64(*a.Space.Unique))/a.Capacity*100,
158158
)
159159
}
160-
161160
}
162161

163162
func NewArraySpaceCollector(fa *client.FAClient) *ArraySpaceCollector {

0 commit comments

Comments
 (0)