Class InstrumentationPropertyEnabled

java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.InstrumentationPropertyEnabled
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class InstrumentationPropertyEnabled extends Object implements org.springframework.context.annotation.Condition
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Constructor Details

    • InstrumentationPropertyEnabled

      public InstrumentationPropertyEnabled()
  • Method Details

    • matches

      public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      matches in interface org.springframework.context.annotation.Condition