-
- All Implemented Interfaces:
-
com.openobserve.benchmark.OpenObserveBaseMeter
public final class OpenObserveSdkMeter implements OpenObserveBaseMeter
This class is responsible for managing the measurements of SDK performance for example, bytes written and bytes deleted. This data will be uploaded to OpenObserve metric API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOpenObserveSdkMeter.Companion
-
Method Summary
Modifier and Type Method Description UnitstartMeasuring()Starts the OpenObserve SDK meter. UnitstopMeasuring()Stops the OpenObserve SDK meter. -
-
Method Detail
-
startMeasuring
Unit startMeasuring()
Starts the OpenObserve SDK meter.
-
stopMeasuring
Unit stopMeasuring()
Stops the OpenObserve SDK meter.
-
-
-
-