apache / accumulo

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

MetricsInfoImpl.init should do nothing if metrics disabled #4989

Closed dlmarion closed 3 weeks ago

dlmarion commented 1 month ago

Describe the bug I believe that if metrics are disabled, then nothing should happen in init. Currently if metrics are disabled JVM metrics are still collected and added to the CompositeRegistry

Versions (OS, Maven, Java, and others, as appropriate):

A clear and concise description of what you expected to happen. If metrics are disabled, then we should collect no metrics.