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
In Jaeger Tracing span tags Before mediation and after mediation are the same.
If we put a payload factory mediator and change the payload, in span tags of PayloadFactoryMediator it shows the same payload as the beforePayload tag and afterPayload tag.
Affected Product Version:
EI-6.6.0
OS, DB, other environment details and versions:
Steps to reproduce:
Set up EI with open tracing
And Add the following api
In Jaeger Tracing span tags Before mediation and after mediation are the same.
If we put a payload factory mediator and change the payload, in span tags
of PayloadFactoryMediator it shows the same payload for beforePayload tag
and the afterPayload tag.
Fix this issue by changing the design of close event handling.
Also Currently, in EI Jager tracing, we can only see the property name.
This commit improves the code to add the property value as well.
Fixes: wso2/product-ei#5218Fixes: wso2/product-ei#5215
Description:
In Jaeger Tracing span tags Before mediation and after mediation are the same.
If we put a payload factory mediator and change the payload, in span tags of PayloadFactoryMediator it shows the same payload as the beforePayload tag and afterPayload tag.
Affected Product Version:
EI-6.6.0
OS, DB, other environment details and versions:
Steps to reproduce:
Set up EI with open tracing
And Add the following api
Send a request and monitor Span Tags of PayloadFactoryMediator the beforePayload tag and afterPayload tag will shown as same.
The text was updated successfully, but these errors were encountered: