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

filter_log_to_metrics: Add timer callback for emitting metrics #9251

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Aug 20, 2024

  1. filter_log_to_metrics: Add timer callback for emitting metrics

    This commit will change the log_to_metrics filter to use a timer based
    metric inject and not directly inject metrics on every incoming log
    record anymore. This will lower the overall load and memory consumption
     especially in high-volume and high-cardinality situations.
    
    Signed-off-by: Richard Treu <[email protected]>
    drbugfinder-work committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b22acf7 View commit details
    Browse the repository at this point in the history