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

weblogic support?

Open rhavenInc opened this issue 1 year ago • 2 comments

Component(s)

jmx-metrics

Is your feature request related to a problem? Please describe.

new to open telemetry and doing some research to see if it is possible to collect some jmx metrics from Weblogic.

the only supported platform atm is https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/jmx-metrics/README.md#target-systems

Are there plans to include WL?

Describe the solution you'd like

extract jmx metrics from weblogic without using third party collectors

Describe alternatives you've considered

Oracle's weblogic exporter

Additional context

No response

rhavenInc avatar May 09 '24 13:05 rhavenInc

Hey @rhavenInc . This sounds like a worthy addition. Are you interested in building this? Regardless, I think it would be helpful to include a link to the documentation for the WebLogic JMX metrics, and to call out specifically which ones you think should be included. That will help the implementer regardless. Thanks!

breedx-splk avatar May 13 '24 14:05 breedx-splk

hi @breedx-splk ,

I hope this message finds you well. Currently, I'm in the process of exploring potential alternatives for our existing observability stack and conducting some Proof of Concepts (POCs). Here's the documentation for the runtime mbeans that is accessible via jmx

https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/wlmbr/core/index.html (WebLogic Server Runtime MBeans). Thx!

rhavenInc avatar May 14 '24 13:05 rhavenInc