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

Makes Export methods async #1428

Merged
merged 2 commits into from
Aug 18, 2020
Merged

Commits on Aug 14, 2020

  1. Makes Export methods async

    This commit recognises that the export and flush methods of span and trace exporters can be, and often are, implemented with long-lived operations over networks. We therefore see that these method return types are represented using Java's Future type to account for this common behaviour.
    huntc committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    a1c86fa View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. PR feedback

    huntc committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ca10135 View commit details
    Browse the repository at this point in the history