Class MicrometerTimedInterceptor

java.lang.Object
io.quarkus.micrometer.runtime.MicrometerTimedInterceptor

@Interceptor @Priority(1010) public class MicrometerTimedInterceptor extends Object
Quarkus defined interceptor for types or methods annotated with @Timed.
  • Field Details

  • Constructor Details

    • MicrometerTimedInterceptor

      public MicrometerTimedInterceptor(io.micrometer.core.instrument.MeterRegistry meterRegistry, MeterTagsSupport meterTagsSupport)
  • Method Details

    • timedMethod

      Object timedMethod(io.quarkus.arc.ArcInvocationContext context) throws Exception
      Throws:
      Exception
    • startLongTaskTimer

      io.micrometer.core.instrument.LongTaskTimer.Sample startLongTaskTimer(io.micrometer.core.annotation.Timed timed, io.micrometer.core.instrument.Tags commonTags, String metricName)