Annotation Interface AutoConfigureObservability
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureObservability
Annotation that can be applied to a test class to enable auto-configuration for
observability.
If this annotation is applied to a sliced test, an in-memory MeterRegistry
, a
no-op Tracer
and an ObservationRegistry
is added to the application
context.
- Since:
- 3.0.0
- Author:
- Moritz Halbritter
-
Optional Element Summary
-
Element Details
-
metrics
boolean metricsWhether metrics should be reported to external systems in the test.- Returns:
- whether metrics should be reported to external systems in the test
- Default:
- true
-
tracing
boolean tracingWhether traces should be reported to external systems in the test.- Returns:
- whether traces should be reported to external systems in the test
- Default:
- true
-