You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the SslMetricsAutoConfiguration defined in the spring-boot-micrometer-metrics module is not listed among the auto-configurations that Spring Boot should import.
It looks like the
SslMetricsAutoConfigurationdefined in thespring-boot-micrometer-metricsmodule is not listed among the auto-configurations that Spring Boot should import.The
org.springframework.boot.autoconfigure.AutoConfiguration.importsfile is missing this line:If this accepted as a bug, I'm available to submit a PR. Thanks.