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

contrib/aws/{aws-sdk-go/aws, aws-sdk-go-v2/aws}: add context example #1504

Merged
merged 12 commits into from
Nov 28, 2023

Commits on Oct 7, 2022

  1. contrib/aws/{aws-sdk-go/aws, aws-sdk-go-v2/aws}: add context example

    This PR adds an example of passing context when making calls through the aws sdk. This allows the aws request spans to inherit their parent from context.
    This came up in APMS-7932.
    mackjmr committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6ea14ac View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    7cc5f9d View commit details
    Browse the repository at this point in the history
  2. add empty line

    mackjmr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    96d0731 View commit details
    Browse the repository at this point in the history
  3. add comment

    mackjmr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0c54422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581d34a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. move example to doc.go

    mackjmr committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c5c5b20 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mackjmr/add-aws-sdk-go-context-example' of github.com:D…

    …ataDog/dd-trace-go into mackjmr/add-aws-sdk-go-context-example
    mackjmr committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fa7023b View commit details
    Browse the repository at this point in the history
  3. add empty line

    mackjmr committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    86f0ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0659d6b View commit details
    Browse the repository at this point in the history
  2. run linters

    mackjmr committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    71f44a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Nov 28, 2023

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