Versions Compared

Key

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

Table of Contents

Info
The current work is in a branch. See: https://github.com/apache/openmeetings/pull/126is available since v6.0.0

Enable Metrics

Metrics are disable by default. The gathering of metrics as well as exposing them via HTTP for analysis needs to be enabled first.

...

This will expose the metrics at: http://$HOST:$PORT/openmeetings/services/metrics/ (be aware of the trailing "/" !)

Warning

If you plan to use this in production you need to secure that endpoint

(for example by pointing

.

For example by:

  • Add an auth security filter in the web.xml so you need credentials to access the endpoint
  • Pointing to a private IP and putting the monitoring into a VPC
).

Enable metrics for streaming and other application relevant metrics

...