Drop recordRequestPercentiles property
Drop the `recordRequestPercentiles` property as it overlaps with the property based `MeterFilter` support. Fixes gh-11982
This commit is contained in:
@@ -57,8 +57,7 @@ public class MetricsRestTemplateCustomizerTests {
|
||||
this.restTemplate = new RestTemplate();
|
||||
this.mockServer = MockRestServiceServer.createServer(this.restTemplate);
|
||||
this.customizer = new MetricsRestTemplateCustomizer(this.registry,
|
||||
new DefaultRestTemplateExchangeTagsProvider(), "http.client.requests",
|
||||
true);
|
||||
new DefaultRestTemplateExchangeTagsProvider(), "http.client.requests");
|
||||
this.customizer.customize(this.restTemplate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user