We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213a200 commit c8ce743Copy full SHA for c8ce743
internal/openmetrics-exporter/arrays_space_collector.go
@@ -157,7 +157,6 @@ func (c *ArraySpaceCollector) Collect(ch chan<- prometheus.Metric) {
157
(float64(*a.Space.Replication)+float64(*a.Space.Shared)+float64(*a.Space.Snapshots)+float64(*a.Space.Unique))/a.Capacity*100,
158
)
159
}
160
-
161
162
163
func NewArraySpaceCollector(fa *client.FAClient) *ArraySpaceCollector {
0 commit comments