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
time="2023-11-28T14:00:56Z" level=error msg="cpu collector failed after 0.000981s: open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: no such file or directory" source="collector.go:142"
Thanks 👍
Edit:
On the other hand, this wouldn't stop the logging since I don't have a cpufreq anyways.
$ ls -al /sys/devices/system/cpu/cpu0/cpufre*
ls: cannot access '/sys/devices/system/cpu/cpu0/cpufre*': No such file or directory
The text was updated successfully, but these errors were encountered:
When running in k8s f.ex., the
/sys
and/proc
must be mounted from the host.In
node_exporter
I can specify f.ex:Can this be added to rpi_exporter too?
Thanks 👍
Edit:
On the other hand, this wouldn't stop the logging since I don't have a
cpufreq
anyways.The text was updated successfully, but these errors were encountered: