Class ElasticApmMonitoringAspect

java.lang.Object
org.apereo.cas.apm.ElasticApmMonitoringAspect
All Implemented Interfaces:
Serializable

public class ElasticApmMonitoringAspect extends Object implements Serializable
Since:
7.0.0
See Also:
  • Constructor Details

    • ElasticApmMonitoringAspect

      public ElasticApmMonitoringAspect()
  • Method Details

    • aroundElasticApmMonitoredComponents

      public Object aroundElasticApmMonitoredComponents(org.aspectj.lang.ProceedingJoinPoint joinPoint)
      Around pointcut to wrap all monitorable components in the CAS namespace. Starts an exit span, and returns the result of the joinpoint in the end.
      Parameters:
      joinPoint - the join point
      Returns:
      the object