
Micrometer duplicated the binders in a separate module named micrometer-binders, and marked the binders in the core module as deprecated. This commit changes the imports to use the new binders in the micrometer-binders module. Additionally, the auto-configurations honor user-supplied beans which use the old binders in the micrometer-core module. See gh-30014