opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Consolidate/reuse JMX implementation from instrumentation

Open breedx-splk opened this issue 2 years ago • 2 comments

The OpenTelemetry community currently owns two separate JMX metrics implementations.

It was suggested that we should combine these two separate implementations. Most likely, the gatherer should probably reuse functionality from the instrumentation repo. Some investigation will need to be done to see if there are any problems/limitations in this approach. Furthermore, the collector team should be engaged to see if they're getting what they need from the gatherer component and/or if changes would be helpful.

breedx-splk avatar Feb 09 '23 19:02 breedx-splk

This came up in the Java SIG meeting today. CC @dehaansa @Mrod1598 @rmfitzpatrick

breedx-splk avatar Feb 09 '23 19:02 breedx-splk

This would help in delivering https://github.com/open-telemetry/opentelemetry-java-contrib/issues/5 and since the jmx receiver in the collector doesn't allow running custom scripts I don't envision much friction as long as we are at effective metric parity.

rmfitzpatrick avatar Feb 10 '23 14:02 rmfitzpatrick