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