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

Switch .NET tracer to injecting both base64 & binary headers #6257

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4431a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8361b37 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    5373d94 View commit details
    Browse the repository at this point in the history
  2. add newline

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fd9cdc3 View commit details
    Browse the repository at this point in the history
  3. fix tryfromb64string

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d9f8cc9 View commit details
    Browse the repository at this point in the history
  4. change default to true

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f4f6af4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c5bbd9 View commit details
    Browse the repository at this point in the history
  6. test fixes

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b721d66 View commit details
    Browse the repository at this point in the history
  7. rm trail ws

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    111682b View commit details
    Browse the repository at this point in the history
  8. rm trail ws

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    721a8fe View commit details
    Browse the repository at this point in the history
  9. move private member to bottom

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    523a3cb View commit details
    Browse the repository at this point in the history
  10. fix static before non static

    veerbia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6dfb7ff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix tests

    veerbia committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    598fe6a View commit details
    Browse the repository at this point in the history
  2. modify test approach

    veerbia committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f7d971d View commit details
    Browse the repository at this point in the history
  3. move to only checking b64

    veerbia committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bd60e8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec78781 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    49d5f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9da986 View commit details
    Browse the repository at this point in the history
  3. rm semicolon

    veerbia committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    21577f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d186dee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc3d43c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    166660c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c8c29b View commit details
    Browse the repository at this point in the history
  8. Update snapshots for SQS

    bouwkast committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bec777b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Remove DSM JSON injection

    This appears to be handled already and doing it
    here just dupes the content.
    
    And it didn't add comma's between the JSON
    fields which ccause JSON deserialization errors.
    
    Additionally, it was re-encoding the Base64 again.
    bouwkast committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    be18958 View commit details
    Browse the repository at this point in the history
  2. Set IsDataStreamsLegacyHeadersEnabled

    so that it isn't disabled.
    bouwkast committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    47d92fe View commit details
    Browse the repository at this point in the history
  3. Remove duplicate PropagationKey header

    This is added already below, but initially it
    wasn't obivous because the legacy data streams
    was always false.
    bouwkast committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    f48d1dd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update tracer/src/Datadog.Trace/ClrProfiler/AutoInstrumentation/AWS/S…

    …hared/ContextPropagation.cs
    andrewlock authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6e9062a View commit details
    Browse the repository at this point in the history