Change bean name metricReporitory -> actuatorMetricRepository
Fixes gh-2189
This commit is contained in:
parent
d7a12a8791
commit
94b06be683
|
@ -115,7 +115,7 @@ public class MetricRepositoryAutoConfiguration {
|
|||
static class MetricRepositoryConfiguration {
|
||||
|
||||
@Bean
|
||||
public InMemoryMetricRepository metricRepository() {
|
||||
public InMemoryMetricRepository actuatorMetricRepository() {
|
||||
return new InMemoryMetricRepository();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue