Class MicrometerTimerStartAction
java.lang.Object
fr.enedis.chutney.action.micrometer.MicrometerTimerStartAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
public class MicrometerTimerStartAction
extends Object
implements fr.enedis.chutney.action.spi.Action
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMicrometerTimerStartAction(fr.enedis.chutney.action.spi.injectable.Logger logger, io.micrometer.core.instrument.MeterRegistry registry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.enedis.chutney.action.spi.Action
validateInputs
-
Field Details
-
OUTPUT_TIMER_SAMPLE
- See Also:
-
-
Constructor Details
-
MicrometerTimerStartAction
public MicrometerTimerStartAction(fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("registry") io.micrometer.core.instrument.MeterRegistry registry)
-
-
Method Details
-
execute
public fr.enedis.chutney.action.spi.ActionExecutionResult execute()- Specified by:
executein interfacefr.enedis.chutney.action.spi.Action
-