-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AutoInstrument extends Enum<AutoInstrument>
Defined whether / how a component of your app (such as activity loading) should be auto instrumented.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FULLFull auto instrumentation should be carried out, both opening and closing of the spans for the given setting. This is the default setting.
START_ONLYOnly start spans automatically, leaving them to be closed manually. In the case of view load spans this is useful when you want to close them after some asynchronous loading is completed.
OFFNo automatic instrumentation should be done.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-