apache / accumulo

Apache Accumulo
https://accumulo.apache.org
Apache License 2.0
1.07k stars 445 forks source link

Simplifies metrics initialization #5021

Closed keith-turner closed 2 weeks ago

keith-turner commented 3 weeks ago

The metrics initialization code supported adding registries prior to initialization, however nothing used this functionality. Simplified the code by removing support for pending registries. This simplification allowed avoiding using the composite metrics registry when there is only a single registry.