Fix spelling mistakes found by codespell
Signed-off-by: Karsten Weiss <knweiss@gmail.com>
This commit is contained in:
parent
efc1fdb6d0
commit
7e392e6634
6 changed files with 17 additions and 17 deletions
|
|
@ -162,7 +162,7 @@ func (c *bcacheCollector) updateBcacheStats(ch chan<- prometheus.Metric, s *bcac
|
|||
},
|
||||
{
|
||||
name: "cache_available_percent",
|
||||
desc: "Percentage of cache device without dirty data, useable for writeback (may contain clean cached data).",
|
||||
desc: "Percentage of cache device without dirty data, usable for writeback (may contain clean cached data).",
|
||||
value: float64(s.Bcache.CacheAvailablePercent),
|
||||
metricType: prometheus.GaugeValue,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue