Correct typo (#582)
This commit is contained in:
parent
58f50b31f2
commit
e6d031788f
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func NewFilesystemCollector() (Collector, error) {
|
||||||
|
|
||||||
deviceErrorDesc := prometheus.NewDesc(
|
deviceErrorDesc := prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(Namespace, subsystem, "device_error"),
|
prometheus.BuildFQName(Namespace, subsystem, "device_error"),
|
||||||
"Whether an error occured while getting statistics for the given device.",
|
"Whether an error occurred while getting statistics for the given device.",
|
||||||
filesystemLabelNames, nil,
|
filesystemLabelNames, nil,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue