Package io.micrometer.core.aop

  • Class Summary
    Class Description
    CountedAspect
    Aspect 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.
    TimedAspect
    AspectJ aspect for intercepting types or methods annotated with @Timed.
    The aspect supports programmatic customizations through constructor-injectable custom logic.