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

[pkg/stanza] Make batching behavior configurable #21184

Commits on Apr 26, 2023

  1. [pkg/stanza] Make batching behavior configurable

    Introduce new configuration options to control the batching behavior of the stanza receivers:
      - `batch.max_batch_size`: The maximum number of spans to batch together.
      - `batch.timeout`: The maximum amount of time to wait before sending a batch.
    
    Providing configuration options for batching in the receivers makes it possible to replace the batch processor and prevent data loss when an exporter returns a retryable error.
    dmitryax committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    da09176 View commit details
    Browse the repository at this point in the history