After upgrading to the latest version of node-exporter (from version 1.9.1), we're seeing frequent errors as below
level=ERROR source=collector.go:168 msg="collector failed" name=mdadm duration_seconds=0.000213012 err="error parsing mdraids: strconv.ParseUint: parsing": invalid syntax"
On our commercial Azure Kubernetes Service, this error does not occur.
But in Azure US Government AKS clusters, the error appears.
This is the only major difference I know of.
As it is a managed service, we don't directly control any of the RAID or other underlying disks the nodes run from, so not sure what could be causing this.
We've also never recorded, configured or used any RAID metrics.
Any suggestions on what more information to supply to get this resolved would be appreciated