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

sdk: Implement force_flush for span processors #389

Merged

Commits on Jan 29, 2020

  1. sdk: Implement force_flush for span processors

    open-telemetry/opentelemetry-specification#370 added
    the requirement to have a "force_flush" method in the span processors.
    
    This commit exposes an already existing internal method on the batch span
    processor that does exactly the same, it also adds it to the span processor
    interface and as a no-op to the simple span processor.
    mauriciovasquezbernal committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    e83c490 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Improve testing:

    Test that:
    - processor works after call to force_flush()
    - shutdown() flushes the processor
    mauriciovasquezbernal committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4cf3c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

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