Package io.micrometer.core.instrument
Class Timer.ResourceSample
java.lang.Object
io.micrometer.core.instrument.AbstractTimerBuilder<Timer.ResourceSample>
io.micrometer.core.instrument.Timer.ResourceSample
- All Implemented Interfaces:
java.lang.AutoCloseable
- Enclosing interface:
- Timer
public static class Timer.ResourceSample extends AbstractTimerBuilder<Timer.ResourceSample> implements java.lang.AutoCloseable
-
Field Summary
Fields inherited from class io.micrometer.core.instrument.AbstractTimerBuilder
description, distributionConfigBuilder, name, pauseDetector, tags -
Method Summary
Modifier and Type Method Description voidclose()Methods inherited from class io.micrometer.core.instrument.AbstractTimerBuilder
description, distributionStatisticBufferLength, distributionStatisticExpiry, maximumExpectedValue, minimumExpectedValue, pauseDetector, percentilePrecision, publishPercentileHistogram, publishPercentileHistogram, publishPercentiles, serviceLevelObjectives, sla, tag, tags, tagsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable
-