Package io.micrometer.core.annotation
package io.micrometer.core.annotation
Core annotations.
-
ClassDescriptionAnnotated 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 aLongTaskTimer
(longTask
flag).Annotated methods can have multipleTimed
annotations.