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
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • module

      String module
    • enabledByDefault

      boolean enabledByDefault
      Default:
      true