spring-boot/spring-boot-project/spring-boot
Andy Wilkinson bf6f36a783 Apply any root URI to RestTemplate metric's URI tag
Previously, a root URI configured via RestTemplateBuilder's rootUri
method and RootUriTemplateHandler was not taken into account when
generated the URI tag for RestTemplate request metrics.

This commit updates MetricsClientHttpRequestInterceptor to be aware
of RootUriTemplateHandler and capture the URI template once the
root URI has been applied.

Fixes gh-25744
2021-03-23 13:05:54 +00:00
..
src Apply any root URI to RestTemplate metric's URI tag 2021-03-23 13:05:54 +00:00
build.gradle Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00