Package org.apereo.cas.apm
Class ElasticApmMonitoringAspect
java.lang.Object
org.apereo.cas.apm.ElasticApmMonitoringAspect
- All Implemented Interfaces:
Serializable
This is
ElasticApmMonitoringAspect.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundElasticApmMonitoredComponents(org.aspectj.lang.ProceedingJoinPoint joinPoint) Around pointcut to wrap all monitorable components in the CAS namespace.
-
Constructor Details
-
ElasticApmMonitoringAspect
public ElasticApmMonitoringAspect()
-
-
Method Details
-
aroundElasticApmMonitoredComponents
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
-