| Class | Description |
|---|---|
| MethodTimer |
This class automatically times (via aspectj) the execution of annotated methods, if it's been enabled via
EnablePrometheusTiming,
for methods annotated with PrometheusTimeMethod |
| Annotation Type | Description |
|---|---|
| EnablePrometheusTiming |
Enable the use of
PrometheusTimeMethod annotation on classes or methods. |
| PrometheusTimeMethod |
Enable Spring-AOP-based automated method timing for the annotated method.
|
Copyright © 2018. All rights reserved.