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 requirement to use X-Ray propagation for aws-sdk client calls #3212

Merged
merged 24 commits into from
May 9, 2023

Commits on Feb 15, 2023

  1. Add requirement to use X-Ray propagation for aws-sdk client calls

    X-Ray is necessary because it is the only format currently supported by AWS to allow context propagation through AWS managed services, for example SNS -> SQS -> Lambda, or S3 -> Lambda.
    tylerbenson committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    204e26e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    f9cc5b3 View commit details
    Browse the repository at this point in the history
  2. Add tracestate as another example.

    Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
    tylerbenson and Oberon00 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ad17d8e View commit details
    Browse the repository at this point in the history
  3. Additional rewording per review

    Required reformatting... sorry for messing up the diff.
    tylerbenson committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4c5a56a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge branch 'main' into tyler/aws-sdk

    # Conflicts:
    #	CHANGELOG.md
    tylerbenson committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    86f8ee7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Apply suggestions from code review

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    tylerbenson and Aneurysm9 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b135bad View commit details
    Browse the repository at this point in the history
  2. Restructure and reformat.

    tylerbenson committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    adf69dc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 24, 2023

  1. Update specification/trace/semantic_conventions/instrumentation/aws-s…

    …dk.md
    
    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    tylerbenson and Aneurysm9 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    319939b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update specification/trace/semantic_conventions/instrumentation/aws-s…

    …dk.md
    
    Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
    tylerbenson and Oberon00 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    71b8989 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 13, 2023

  1. Merge branch 'main' into tyler/aws-sdk

    # Conflicts:
    #	CHANGELOG.md
    tylerbenson committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4f941f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    032c31d View commit details
    Browse the repository at this point in the history
  2. Elaborate on a few items of concern from various reviews.

    Also improve formatting a bit.
    tylerbenson committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e782303 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on May 3, 2023

  1. Apply suggestions from code review

    Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
    tylerbenson and Oberon00 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fcdc55d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    tylerbenson and Aneurysm9 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2238fa6 View commit details
    Browse the repository at this point in the history
  3. Fix spacing/line breaks

    tylerbenson committed May 3, 2023
    Configuration menu
    Copy the full SHA
    370a70a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfa65ea View commit details
    Browse the repository at this point in the history
  5. Fix changelog

    tylerbenson committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6df04a4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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