-
public class Observation extends Metric<Observation>
-
-
Constructor Summary
Constructors Constructor Description Observation(String name)Observation(Observation observation)
-
Method Summary
Modifier and Type Method Description voidreset()voidstartTimer()voidobserveDuration()booleanisObserving()-
Methods inherited from class com.batch.android.metrics.model.Metric
getChildren, getLabelNames, getLabelValues, getName, getType, getValues, hasChanged, hasChildren, labelNames, labels, pack, register -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Observation
Observation(String name)
-
Observation
Observation(Observation observation)
-
-
Method Detail
-
reset
void reset()
-
startTimer
void startTimer()
-
observeDuration
void observeDuration()
-
isObserving
boolean isObserving()
-
-
-
-