Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow 4 byte map values for perf_event_array
In 010dc16 the check was added for 8 byte values, which doesn't work for oomkill: ``` Error attaching exporter: error validating maps for config "oomkill": value size for map "oom_kills_total" is not expected 8 bytes (u64), it is 4 bytes ```
- Loading branch information