Package io.quarkus.micrometer.runtime
package io.quarkus.micrometer.runtime
-
ClassDescriptionAllows code to add additional Micrometer
Tagsto the metrics collected for completed HTTP server requests.Meant to be implemented by a CDI bean that provides arbitrary customization for variousMeterRegistryclasses registered by Quarkus.Quarkus declared interceptor responsible for intercepting all methods annotated with theCountedannotation to record a few counter metrics about their execution status.Quarkus defined interceptor for types or methods annotated with@Timed.