Hi,
I'm at a customer site and they have developed an MBean which monitors the responses to back-end services that currently are not monitored by Dynatrace.
I have looked in to TabularData instances here and tried using these methods to extract the data from the MBean, with no success.
When I attempt to just extract the size of the object, I get the following response in Dynatrace:
I have two questions - first, is it possible to extract data from TabularData objects?
If so, will I only be able to extract integer values from them? (I know this TabularData object has strings, booleans and integers)
Any help will be greatly appreciated.
Kind regards,
Nick
Answer by Florent D. ·
Have a look in here : Using Custom JMX and PMI Measures in Charts
if the tabular object has a getter method to get to the field you need (as long as it is number) you should be able to, otherwise it won't be possible
JANUARY 15, 3:00 PM GMT / 10:00 AM ET