Change bean name metricReporitory -> actuatorMetricRepository
Fixes gh-2189
This commit is contained in:
@@ -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