Commit 1797040e authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents 4f405ed9 a54de61e
......@@ -56,9 +56,6 @@ class MeterRegistryConfigurer {
}
void configure(MeterRegistry registry) {
if (registry instanceof CompositeMeterRegistry) {
return;
}
// Customizers must be applied before binders, as they may add custom
// tags or alter timer or summary configuration.
customize(registry);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment