prometheus / procfs

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

Bug Fix: Slice out of bound in filterOfflineCpus #534

Closed taherkk closed 1 year ago

taherkk commented 1 year ago

Fix for #530

Created a new slice while filtering offline CPUs. @pgier