forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[translator/jaeger] Parse and set Jaeger status as the OpenTelemetry …
…specification defines (open-telemetry#6682) * Parse/set Jaeger status as OTel spec defines The OpenTelemetry specification defines the OpenTelemetry span status is communicated with Jaeger types as tags having string values of ERROR or OK. Currently, this is transmitted as an integer representation of the pdata span status value. This changes that to comply with the OpenTelemetry specification. The error tag for Jaeger spans takes precedence over the OpenTelemetry status value in defining if a span is errored. This changes the Jaeger proto to traces transformation to not overwrite the status with the OpenTelemetry status. * Add changes to changelog * Revert to just check code fits int32 * Update sapmreceiver to not rely on status bug The sapmreceiver tested for an invalid OTel status code to be passed through to the underlying span status. This behavior has been fixed and the underlying span status is no longer set to an invalid value, therefore the sapmreceiver have also been updated to expect this corrected behavior. * Update changes in changelog as breaking changes * Remove unused constant
- Loading branch information
Showing
9 changed files
with
125 additions
and
73 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
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
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
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
Oops, something went wrong.