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 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:
Currently, in EI Jager tracing, we can only see the property name. We should improve the code to add the property value also.
Here if the property mediator scope is given as trace
The Value of Property should be added as propertyValue Span Tag in tracing
The text was updated successfully, but these errors were encountered: