Class MicrometerTimerStartAction
- java.lang.Object
-
- com.chutneytesting.action.micrometer.MicrometerTimerStartAction
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringOUTPUT_TIMER_SAMPLE
-
Constructor Summary
Constructors Constructor Description MicrometerTimerStartAction(Logger logger, io.micrometer.core.instrument.MeterRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecute()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
-
-
-
Field Detail
-
OUTPUT_TIMER_SAMPLE
protected static final String OUTPUT_TIMER_SAMPLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public ActionExecutionResult execute()
-
-