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

Topic/7.0.0 maintenance #8

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Topic/7.0.0 maintenance #8

merged 3 commits into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. Mark counters removed in 7.0.0 as Optional()

    Add very simple flow recycler metrics to squelch a warning about FR#01, too.
    
    Closes #7
    awelzel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4fe74d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Keep persistent connection

    Instead of re-connecting to Suricata for every scrape request, keep
    a single persistent connection instead protected by a single mutex.
    
    Not expecting many current scrapes, so that should be acceptable.
    awelzel committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c2ae578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66d1a2 View commit details
    Browse the repository at this point in the history