Package io.prometheus.client.spring.web
-
Class Summary Class Description MethodTimer This class automatically times (via aspectj) the execution of annotated methods, if it's been enabled viaEnablePrometheusTiming, for methods annotated withPrometheusTimeMethod -
Annotation Types Summary Annotation Type Description EnablePrometheusTiming Enable the use ofPrometheusTimeMethodannotation on classes or methods.PrometheusTimeMethod Enable Spring-AOP-based automated method timing for the annotated method.