Package io.micrometer.core.annotation
package io.micrometer.core.annotation
Core annotations.
-
Annotation InterfacesClassDescriptionAnnotated 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
Timeror aLongTaskTimer(longTaskflag).Annotated methods can have multipleTimedannotations.