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

Pulling String values with JMX Extensions

sivart_89
Advisor

It seems we can now pull out string values for JMX extensions starting with OA version 1.265 and cluster version 1.266, noted in the post below. Does anyone have experience with pulling out strings in JMX extensions? Specifically I am looking at the connector status located at the 2nd link below. I've uploaded my extension but it doesn't seem to be doing anything even though I have placed the certificate in the needed directory, enabled the JMX 2.0 OA feature and upgraded the agent to 1.265. The connection status only shows 'Pending' on the config screen of the extension where you add in configurations.

https://community.dynatrace.com/t5/Extensions/Is-it-possible-to-pull-in-String-Value-with-JMX-Extens...

https://community.dynatrace.com/t5/Extensions/Is-it-possible-to-pull-in-String-Value-with-JMX-Extens...

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

@sivart_89 have you had any progress on this? If so would you be willing to share what you have discovered? 

-Chad

@ChadTurner yes I was able to get this working, after a few iterations. Snippet of the yaml I am using is below

mapping for it to show in data explorer
sivart_89_2-1687972348508.png

the query itself
sivart_89_1-1687972238914.png

And here is what it looks like in data explorer, splitting by the connector and status dimension

sivart_89_0-1687972104075.png

 

Hopefully this helps some. Definitely a learning experience for myself!

Featured Posts