Annotation Interface AutoConfigureMetrics


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @Deprecated(since="3.0.0", forRemoval=true) @AutoConfigureObservability(tracing=false) public @interface AutoConfigureMetrics
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0.0 for removal in 3.2.0 in favor of @AutoConfigureObservability
Annotation that can be applied to a test class to enable auto-configuration for metrics exporters.
Since:
2.4.0
Author:
Chris Bono