Package 

Enum AutoInstrument

  • 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
      FULL

      Full auto instrumentation should be carried out, both opening and closing of the spans for the given setting. This is the default setting.

      START_ONLY

      Only 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.

      OFF

      No automatic instrumentation should be done.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait