-
public abstract class Instrumentation extends Configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInstrumentation.Function
-
Field Summary
Fields Modifier and Type Field Description private final ConfigurationOption<Boolean>isEnabled
-
Constructor Summary
Constructors Constructor Description Instrumentation(boolean enabled)
-
Method Summary
Modifier and Type Method Description static booleanisEnabled(Class<out Instrumentation> instrumentationClass)-
Methods inherited from class co.elastic.apm.android.sdk.internal.configuration.Configuration
getConfigurationOptions -
Methods inherited from class org.stagemonitor.configuration.ConfigurationOptionProvider
getConfigurationOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isEnabled
static boolean isEnabled(Class<out Instrumentation> instrumentationClass)
-
-
-
-