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

NETOBSERV-1692: Add FLP-based filters & deduper options #591

Merged
merged 6 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. NETOBSERV-1692: Add FLP-based deduper options

    FLP-based dedup allows to decrease Loki CPU / memory / storage a lot (~50%) at the cost of minimal loss in data accuracy (e.g. loosing interfaces involved in egress traffic)
    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    73ac632 View commit details
    Browse the repository at this point in the history
  2. Add filters API

    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    433a609 View commit details
    Browse the repository at this point in the history
  3. FLP-based filters

    - Switch using new "keep" api on FLP filters
    - Support sampling
    - Support regexes
    - Add tests
    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c61c6e0 View commit details
    Browse the repository at this point in the history
  4. update sample config

    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ee782e4 View commit details
    Browse the repository at this point in the history
  5. bump flp, mention dev preview

    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cf1e3b5 View commit details
    Browse the repository at this point in the history
  6. fix rebase issue

    jotak committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    44398e8 View commit details
    Browse the repository at this point in the history