Package io.quarkus.micrometer.runtime
Annotation Interface MicrometerCounted
@Inherited
@InterceptorBinding
@Target({ANNOTATION_TYPE,TYPE,METHOD})
@Retention(RUNTIME)
public @interface MicrometerCounted
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- See Also:
-
Counted.value()
- Default:
- "method.counted"
-
recordFailuresOnly
boolean recordFailuresOnly- See Also:
-
Counted.recordFailuresOnly()
- Default:
- false
-
extraTags
String[] extraTags- See Also:
-
Counted.extraTags()
- Default:
- {}
-
description
String description- See Also:
-
Counted.description()
- Default:
- ""
-