Micrometer Configuration - Use configuration properties instead of @Value
#677
Labels
status: next major version
The issue will be considered for the next major version
Micrometer-core uses
@Value
for configuration instead of a@ConfigurationProperties
objectThis means that the configuration is not automatically documented.
This will be a breaking change as we will need to update constructors to take these values
The text was updated successfully, but these errors were encountered: