-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(opentelemetry): fix a bug that will cause a failure of sending tr…
…acing data to datadog agent (#11599) * 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 * add changelog
- Loading branch information
1 parent
7e9e88f
commit e0d53a8
Showing
3 changed files
with
73 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
message: Fix a bug that will cause a failure of sending tracing data to datadog when value of x-datadog-parent-id header in requests is a short dec string | ||
type: bugfix | ||
scope: Core | ||
prs: | ||
- 11599 | ||
jiras: | ||
- "FTI-5375" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e0d53a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:e0d53a8993f215a02351a2dfe3884ca3ed884f76
Artifacts available https://github.com/Kong/kong/actions/runs/6251017690