mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit moves the "micrometer.observations.*" configuration properties to "management.observations.*" namespace, as it was introduced in the wrong namespace initially. The former configuration property is deprecated and will be removed in a future version. Fixes gh-39600