See gh-39910
This commit is contained in:
Johnny Lim
2024-03-12 23:23:00 +09:00
committed by Moritz Halbritter
parent 24218ac4a8
commit 412b8dd548
13 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
* observability.
* <p>
* If this annotation is applied to a sliced test, an in-memory {@code MeterRegistry}, a
* no-op {@code Tracer} and an {@code ObservationRegistry} is added to the application
* no-op {@code Tracer} and an {@code ObservationRegistry} are added to the application
* context.
*
* @author Moritz Halbritter