prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
755 stars 311 forks source link

feat: Add support for `CONFIG_CPU_FREQ_STAT` #627

Closed rexagod closed 1 month ago

rexagod commented 3 months ago

Extracts data from the following files:

Refer: https://www.kernel.org/doc/html/latest/cpu-freq/cpufreq-stats.html#configuring-cpufreq-stats.

Fixes: #428