Annotation Interface AutoConfigureObservability
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
public @interface AutoConfigureObservability
Annotation that can be applied to a test class to enable auto-configuration for
observability.
- Since:
- 3.0.0
- Author:
- Moritz Halbritter
-
Optional Element Summary
-
Element Details
-
metrics
boolean metricsWhether metrics should be enabled in the test.- Returns:
- whether metrics should be enabled in the test
- Default:
- true
-
tracing
boolean tracingWhether tracing should be enabled in the test.- Returns:
- whether tracing should be enabled in the test
- Default:
- true
-