cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JMX extension for weblogic listen port not getting right data

gauresh_shinde
Contributor

Hi All,

We have created JMX extension to fetch WebLogic server listen port. After running the extension we are getting different value (mismatch value). Is anybody come across such issue?

 

 

4 REPLIES 4

JamesKitson
Dynatrace Guru
Dynatrace Guru

I've never encountered 'wrong' data being pulled. JMX extensions are typically for returning metrics not something like that which I expect is a static value.

 

If you can provide the plugin.json file and a screenshot of what is being reported I can take a look.

Hi James,

Please have look on plugin file, value we are getting and actual value.

Given that that number is in the middle of the ranges showing up in that screenshot, my hypotheses would be that there are multiple Mbeans matching what the extension is collecting for and so it is aggregating them all up and reporting a single average value.

Right now that extension isn't set to split on any attributes as a dimension, so in that process any Mbeans under com.bea, with the 'type' property, and a ListenPort attribute are being averaged together and a single value reported for the process to Dynatrace.

Hi James,

We have done with split by dimension but now we are getting SSL Port instead of Listen Port.

Featured Posts