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

Add export sync #5105

Merged
merged 7 commits into from
Mar 27, 2024
Merged

Add export sync #5105

merged 7 commits into from
Mar 27, 2024

Commits on Mar 25, 2024

  1. Add export sync

    The batching log processor will generate records from 4 different
    locations (polling, OnEmit, ForceFlush, Shutdown). In order to ensure an
    Exporter is called serially, as is required by the interface, this
    function will be used in the processor to centralize the interaction
    with its Exporter.
    
    Part of open-telemetry#5063.
    
    See open-telemetry#5093 for the implementation use.
    MrAlias committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    02089f3 View commit details
    Browse the repository at this point in the history
  2. Concurrent safe testExporter

    MrAlias committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8618d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    533c25b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff2c29 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    c8af3df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d81755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c9851 View commit details
    Browse the repository at this point in the history