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

fix(opentelemetry): fix a bug that will cause a failure of sending tracing data to datadog agent #11599

Merged
merged 2 commits into from Sep 20, 2023

Commits on Sep 20, 2023

  1. fix(opentelemetry): fix a bug that will cause a failure of sending

    tracing data to datadog agent when the value of `x-datadog-parent-id`
    header from downstream is a short dec string.
    
    In this PR, a formatter is added for ensuring the field of
    `parent-span-id` meet specification of the otel protocol.
    
    FTI-5375
    liverpool8056 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    aa045d9 View commit details
    Browse the repository at this point in the history
  2. add changelog

    liverpool8056 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    54be856 View commit details
    Browse the repository at this point in the history