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
If RestTemplateAutoConfiguration has backed off (and, therefore, there's no RestTemplateBuilder) any RestTemplateCustomizer beans will not be used. In that situation, the beans created by RestTemplateMetricsConfiguration won't be used by Boot. We should consider making RestTemplateMetricsConfiguration back off too.