Package io.micrometer.core.aop

  • Class Summary
    Class Description
    CountedAspect
    Aspect responsible for intercepting all methods annotated with the Counted annotation and record a few counter metrics about their execution status.
    TimedAspect
    AspectJ aspect for intercepting types or methods annotated with @Timed.