Package io.micrometer.core.aop
package io.micrometer.core.aop
AOP-based metrics support.
-
ClassDescriptionAspect responsible for intercepting all methods annotated with the
@Counted
annotation and recording a few counter metrics about their execution status.
The aspect supports programmatic customizations through constructor-injectable custom logic.There are 3 different ways to add tags to a meter.Annotation handler forMeterTag
.AspectJ aspect for intercepting types or methods annotated with@Timed
.
The aspect supports programmatic customizations through constructor-injectable custom logic.