This is an automated email from the ASF dual-hosted git repository.
sebawagner pushed a change to branch
feature/OPENMEETINGS-2567-investigate-performance-monitoring
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.
from 8c44176 OPENMEETINGS-2567 Add metrics for Room enter to measure
performance.
new a4db277 OPENMEETINGS-2567 Enable annotation based AOP style
attributes for Spring Managed beans.
new 4e97c82 OPENMEETINGS-2567 Fix Timer and settings for it.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
openmeetings-core/pom.xml | 13 +++++
.../openmeetings/core/remote/StreamProcessor.java | 2 +
.../core/util/logging/PrometheusAspect.java | 64 ++++++++++++++++++++++
.../openmeetings/core/util/logging/Timed.java} | 17 +++---
openmeetings-web/pom.xml | 4 +-
.../web/util/logging/TomcatGenericExports.java | 19 +++++++
.../webapp/WEB-INF/classes/applicationContext.xml | 3 +
pom.xml | 11 ++++
8 files changed, 123 insertions(+), 10 deletions(-)
create mode 100644
openmeetings-core/src/main/java/org/apache/openmeetings/core/util/logging/PrometheusAspect.java
copy openmeetings-core/src/{test/java/org/apache/openmeetings/gui/TestGui.java
=> main/java/org/apache/openmeetings/core/util/logging/Timed.java} (72%)