Package io.quarkus.micrometer.runtime
-
Interface Summary Interface Description HttpServerMetricsTagsContributor Allows code to add additional MicrometerTagsto the metrics collected for completed HTTP server requests.HttpServerMetricsTagsContributor.Context MeterRegistryCustomizer Meant to be implemented by a CDI bean that provides arbitrary customization for variousMeterRegistryclasses registered by Quarkus. -
Class Summary Class Description ClockProvider CompositeRegistryCreator MeterFilterConstraint.Literal MeterRegistryCustomizerConstraint.Literal MicrometerCountedInterceptor Quarkus declared interceptor responsible for intercepting all methods annotated with theCountedannotation to record a few counter metrics about their execution status.MicrometerMetricsFactory MicrometerMetricsFactory.MicrometerTimeRecorder MicrometerRecorder MicrometerTimedInterceptor Quarkus defined interceptor for types or methods annotated with@Timed.MicrometerTimedInterceptor.Sample TypesUtil -
Annotation Types Summary Annotation Type Description MeterFilterConstraint MeterFilterConstraints MeterRegistryCustomizerConstraint MeterRegistryCustomizerConstraints MicrometerCounted