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 instrumentation for aiobotocore #1520

Merged
merged 6 commits into from Apr 7, 2022
Merged

Add instrumentation for aiobotocore #1520

merged 6 commits into from Apr 7, 2022

Commits on Apr 5, 2022

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

Commits on Apr 6, 2022

  1. CHANGELOG fix

    basepi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3d61dc1 View commit details
    Browse the repository at this point in the history
  2. call needs to be async to not close the

    context manager before the coro gets awaited.
    refactor common code to limit duplication in
    sync and async code.
    stj committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4e778c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    68370f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6159947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e0186 View commit details
    Browse the repository at this point in the history