prometheus / procfs

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

Add support for SELinux AVC statistics #599

Closed cgzones closed 4 months ago

cgzones commented 9 months ago

Add interfaces to read the SELinux AVC runtime statistics from /sys/fs/selinux/avc/cache_stats and /sys/fs/selinux/avc/hash_stats.

Refactored from https://github.com/prometheus/node_exporter/pull/2418

/cc @jpds