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

[DRAFT] New exporter helper #8762

Closed
wants to merge 2 commits into from

Commits on Dec 10, 2023

  1. [exporterhelper] Add WithRequestQueue option to the exporter

    Configuration of the queue capacity in the new exporter helper interface is based on items (spans, metric data points, or log records) instead of batches/requests as in the current exporter helper. It helps users to have better control over the queue size. It also allows putting the optional batcher sender after the queue sender, so the batcher sender doesn't need an additional queue.
    dmitryax committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8cd573d View commit details
    Browse the repository at this point in the history
  2. [exporterhelper] Introduce batching functionality

    This change introduces new experimental batching functionality to the exporter helper
    dmitryax committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9b8f74c View commit details
    Browse the repository at this point in the history