We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9075f1 commit 6329d88Copy full SHA for 6329d88
1 file changed
spring-cloud-config-sample/src/test/resources/application.properties
@@ -0,0 +1,6 @@
1
+# Micrometer's global registry can introduce nondeterministic state between tests.
2
+# These sample tests do not verify metrics, so we disable global metric/tracing registration.
3
+management.metrics.use-global-registry=false
4
+management.metrics.export.simple.enabled=false
5
+management.observations.enabled=false
6
+management.tracing.enabled=false
0 commit comments