Annotation Interface ConditionalOnEnabledTracingExport
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@Conditional(org.springframework.boot.micrometer.tracing.autoconfigure.OnEnabledTracingExportCondition.class)
public @interface ConditionalOnEnabledTracingExport
@Conditional
that checks whether tracing is enabled. It matches if
the value of the management.tracing.export.enabled
property is true
or
if it is not configured. If the tracing exporter name
is set, the
management.<name>.tracing.export.enabled
property can be used to control the
behavior for the specific tracing exporter. In that case, the exporter specific
property takes precedence over the global property.- Since:
- 4.0.0
- Author:
- Moritz Halbritter
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-