Reputation: 386
recently I have found out that the brandnew ESB 5.0.0 has no mediation tracer. I was a quite usefull feature that seems to be missed. How can I check this usefull mediation tracer information in ESB 5.0.0? Can I install the mediation tracer as a new feature again?
Best Regards
Upvotes: 1
Views: 138
Reputation: 2776
You can install Carbon features to your product. There are two ways to do this, UI or file based.
Under the <features>
section, specify the mediation tracer feature.
<feature>
<id>org.wso2.carbon.mediation.tracer.feature.group</id>
<version>${carbon.mediation.version}</version>
</feature>
Upvotes: 2
Reputation: 266
You can use WSO2 ESB Analytics, please check this post https://docs.wso2.com/display/ESB500/Monitoring+WSO2+ESB+with+WSO2+ESB+Analytics
Upvotes: 1