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