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

[exporterhelper] Make the re-enqueue behavior configurable #8993

Closed
wants to merge 1 commit into from

Commits on Nov 28, 2023

  1. [exporterhelper] Make the re-enqueue behavior configurable

    Instead of relying or enabled `retry_on_failure` option, we now have a new option `sending_queue::requeue_on_failure` to control the requeuing independently of the retry sender. This can be useful for users who don't want the blocking exponential retry, just want to put the failed request back to the queue. This option can also be enabled with memory queue now, which means that the data will never be dropped after getting to the queue as long as the collector is up and running.
    dmitryax committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4b815ff View commit details
    Browse the repository at this point in the history