Package io.quarkus.micrometer.runtime
Class MicrometerTimedInterceptor.Sample
- java.lang.Object
-
- io.quarkus.micrometer.runtime.MicrometerTimedInterceptor.Sample
-
- Direct Known Subclasses:
MicrometerTimedInterceptor.LongTimerSample
,MicrometerTimedInterceptor.TimerSample
- Enclosing class:
- MicrometerTimedInterceptor
abstract static class MicrometerTimedInterceptor.Sample extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected io.micrometer.core.instrument.Tags
commonTags
protected io.micrometer.core.annotation.Timed
timed
-
Constructor Summary
Constructors Constructor Description Sample(io.micrometer.core.annotation.Timed timed, io.micrometer.core.instrument.Tags commonTags)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) String
metricName()
(package private) abstract void
stop(String exceptionClass)
-