Polish
Revert change inadvertently committed as part of gh-15017
This commit is contained in:
parent
058428a14c
commit
a54de61e61
|
|
@ -56,9 +56,6 @@ class MeterRegistryConfigurer {
|
||||||
}
|
}
|
||||||
|
|
||||||
void configure(MeterRegistry registry) {
|
void configure(MeterRegistry registry) {
|
||||||
if (registry instanceof CompositeMeterRegistry) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// Customizers must be applied before binders, as they may add custom
|
// Customizers must be applied before binders, as they may add custom
|
||||||
// tags or alter timer or summary configuration.
|
// tags or alter timer or summary configuration.
|
||||||
customize(registry);
|
customize(registry);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue