Versions Compared

Key

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

Fedora 4 is instrumented using Metrics. These metrics are exposed via JMX and an HTTP API. All REST API operations track timing and histogram information. Key internal API methods are also included. Modeshape and Infinispan include their own metrics reporting over JMX.

...

To enable Metrics reporting to JMX, add the following System Properties to your container startup script/command:

Code Block
-Dcom.sun.management.jmxremote -Dspring.profiles.active=metrics.jmx

To inspect the metrics published to JMX,

...