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 AttributePropagatingSpanProcessor component to AWS X-Ray #856

Merged
merged 4 commits into from
May 9, 2023

Commits on Mar 29, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    0e64dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b02d7d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update AttributePropagatingSpanProcessorBuilder

    In this commit, we are updating AttributePropagatingSpanProcessorBuilder to be somewhat more flexible in use. We still default to the behaviour originally implemented, but we expose the ability to specify span attributes that are used for propagation. This will make the component more reusable, while still achieving the goals required by AWS.
    Also, we are renaming Application terminology to Service terminology.
    thpierce committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d549f58 View commit details
    Browse the repository at this point in the history