Package io.micrometer.core.aop


package io.micrometer.core.aop
  • Classes
    Class
    Description
    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.
    AspectJ aspect for intercepting types or methods annotated with @Timed.
    The aspect supports programmatic customizations through constructor-injectable custom logic.