You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: Couldn't create metrics handler: couldn't create collector: failed to get vulnerabilities: unknown vulnerability state for itlb_multihit: Not affected
Turns out that the parser is looking for "Not Affected" rather than "Not affected". I'm not sure where the capital letter came from. I don't see it in the sysfs code. I suspect it was copied from the comment in the relevant PR: #106 (comment) and this actually never worked.
The text was updated successfully, but these errors were encountered:
I was working on: prometheus/node_exporter#1046 and got a panic when trying to get cpu vulnerabilities:
Turns out that the parser is looking for
"Not Affected"
rather than"Not affected"
. I'm not sure where the capital letter came from. I don't see it in the sysfs code. I suspect it was copied from the comment in the relevant PR: #106 (comment) and this actually never worked.The text was updated successfully, but these errors were encountered: