You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ballerina uses "uber-trace-id" header for propagating trace id and parent span id across services. However, according to the open telemetry standard, "traceparent" header must be used. Therefore, Ballerina tracing does not work with products that follow the open telemetry standard (e.g. MI).
This needs to be fixed by using the traceparent header with relevant formatting guidelines.
Steps to Reproduce
No response
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Observability
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered:
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.
- Reason/EngineeringMistake - The issue occurred due to a mistake made in the past. - Reason/Regression - The issue has introduced a regression. - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components. - Reason/Complex - Issue occurred due to complex scenario. - Reason/Invalid - Issue is invalid. - Reason/Other - None of the above cases.
Description
Ballerina uses "uber-trace-id" header for propagating trace id and parent span id across services. However, according to the open telemetry standard, "traceparent" header must be used. Therefore, Ballerina tracing does not work with products that follow the open telemetry standard (e.g. MI).
This needs to be fixed by using the traceparent header with relevant formatting guidelines.
Steps to Reproduce
No response
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Observability
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: