Versions Compared

Key

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

...

There are roughly 4 categories of Metrics enabled in OpenMeetings

Tomcat statistics

All Servlet calls, including the WebService calls are available automatically in Prometheus. They are collected by a ServletFilter and published as metrics. 

SeeBasic Tomcat generics see/openmeetings-web/src/main/java/org/apache/openmeetings/web/util/logging/TomcatGenericExports.java 

Image Added

Example active_threads

Image Added

Servlet HTTP requests via ServletFilter

All Servlet calls, including the WebService calls are available automatically in Prometheus. They are collected by a ServletFilter and published as metrics. 

Once collected in Prometheus you can filter all statistics and run queries on long running or size.

...