Versions Compared

Key

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

...

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

...