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 ElementsModifier and TypeRequired ElementDescriptionThe semantic conventions that must be enabled for the condition to match.
-
Element Details
-
value
SemanticConventions valueThe semantic conventions that must be enabled for the condition to match.- Returns:
- the conventions
-