Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run config check in CI #322

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Run config check in CI #322

merged 2 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. Run config check in CI

    bobrik committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    881b40d View commit details
    Browse the repository at this point in the history
  2. 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
    ```
    bobrik committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    281b654 View commit details
    Browse the repository at this point in the history