Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagexml
<StatisticsReporterDisabled>false</StatisticsReporterDisabled>
Info

Note that you should restart the ESB server and log into the management console again after updating the carbon.xml file for the above change to take effect.

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:

...