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

fix: update elastic.events.queued with the correct number of queued events #150

Merged
merged 6 commits into from
May 6, 2024

Commits on Apr 11, 2024

  1. fix: update elastic.events.queued with the correct number of queued e…

    …vents
    
    Because of document retries the number of queued events after
    a flush request can be >0 if the returned 429.
    To fix the issue we only remove (failed+indexed) from the queued
    event metric after a flush request.
    kruskall committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c926e17 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    8a010e4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    177f4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0476e0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update appender.go

    kruskall authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c2afef0 View commit details
    Browse the repository at this point in the history
  2. Update appender.go

    kruskall authored May 6, 2024
    Configuration menu
    Copy the full SHA
    002cfe5 View commit details
    Browse the repository at this point in the history