Package io.micrometer.core.annotation


package io.micrometer.core.annotation
Core annotations.
  • Annotation Interfaces
    Class
    Description
    Annotated methods would expose a few counter metrics about their execution status.
    This is a feature that is experimental and may yield a breaking change in a minor release.
    Annotated methods are instrumented using a Timer or a LongTaskTimer (longTask flag).
    Annotated methods can have multiple Timed annotations.