-
public interface OpenObserveBaseMeterInterface to be used for OpenObserve SDK meters.
-
-
Method Summary
Modifier and Type Method Description abstract UnitstartMeasuring()Starts the OpenObserve SDK meter. abstract UnitstopMeasuring()Stops the OpenObserve SDK meter. -
-
Method Detail
-
startMeasuring
abstract Unit startMeasuring()
Starts the OpenObserve SDK meter.
-
stopMeasuring
abstract Unit stopMeasuring()
Stops the OpenObserve SDK meter.
-
-
-
-