Package io.micrometer.core.aop


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