Annotation Interface ConditionalOnSemanticConventions


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(org.springframework.boot.micrometer.observation.autoconfigure.condition.OnSemanticConventionsCondition.class) public @interface ConditionalOnSemanticConventions
@Conditional that matches when the specified semantic conventions are enabled.
Since:
4.1.0
Author:
Andy Wilkinson
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The semantic conventions that must be enabled for the condition to match.
  • Element Details

    • value

      The semantic conventions that must be enabled for the condition to match.
      Returns:
      the conventions