open-telemetry / opentelemetry-java-contrib

https://opentelemetry.io
Apache License 2.0
158 stars 126 forks source link

weblogic support? #1310

Open rhavenInc opened 4 months ago

rhavenInc commented 4 months ago

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

breedx-splk commented 4 months ago

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!

rhavenInc commented 4 months ago

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!