Annotation Type ConditionalOnEnabledInstrumentation
@Target(TYPE)
@Retention(RUNTIME)
@ConditionalOnBean(io.opentelemetry.api.OpenTelemetry.class)
@Conditional({SdkEnabled.class,InstrumentationPropertyEnabled.class})
public @interface ConditionalOnEnabledInstrumentation
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
module
String module -
enabledByDefault
boolean enabledByDefault- Default:
true
-