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

[v1.1] Fix tetragon_process_cache_size metric #2910

Merged

Commits on Sep 12, 2024

  1. Fix tetragon_process_cache_size metric

    [ upstream commit: 9e35cba ]
    
    tetragon_process_cache_size metric was increased on every add() and never
    decreased. This is incorrect - fix it, so that it's increased on add() only if
    there was no LRU eviction and it's decreased on remove().
    
    Signed-off-by: Anna Kapuscinska <[email protected]>
    lambdanis committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9531797 View commit details
    Browse the repository at this point in the history