mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Change bean name metricReporitory -> actuatorMetricRepository
Fixes gh-2189
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ public class MetricRepositoryAutoConfiguration {
|
||||
static class MetricRepositoryConfiguration {
|
||||
|
||||
@Bean
|
||||
public InMemoryMetricRepository metricRepository() {
|
||||
public InMemoryMetricRepository actuatorMetricRepository() {
|
||||
return new InMemoryMetricRepository();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user