...
Enabling statistics
To enable statistics for the WSO2 ESB, enable the Mediation Statistics collector in the <ESB_Home>/repository/conf/carbon.xml
as follows:
Code Block | ||
---|---|---|
| ||
<StatisticsReporterDisabled>false</StatisticsReporterDisabled> |
Info |
---|
Note that you should restart the ESB server and log into the management console again after updating the |
To enable statistics for a mediation component using the Synapse configuration language, you set the value of the statistics
attribute to enabled
on the sequence, proxy service, or endpoint configuration. To enable it using the management console, see the following topics:
...