03 Sep 2019 03:30 PM
My client has operations working under the services monitored by DataPower plugin, is there a way to monitor them as well?
Solved! Go to Solution.
03 Sep 2019 08:16 PM
Such plugins only collect metrics available via api or other interfaced that can be reached by OneAgent plugin or ActiveGate plugin. In general if you are able to find way to collect some extra metrics you will be able to collect extra data. You have to check first IBM documentation and check what option for gathering metrics are available. For API call you can create ActiveGate plugin, for bash/cli etc. OneAgent plugin. Both of them will use custom metrics for storing data. If you will need OneAgent plugin you will have to cover this machine with DT license at least for infrastructure mode. I don’t think that it is possible to instrument this process in another way.
Sebastian
04 Sep 2019 03:08 PM
Thanks for your answer!
i was hoping, perhaps, to get an answer about the data structure returned spicifically by the DataPower plugin to understand if and how I can get that information from it
04 Sep 2019 03:18 PM
This plugin is storing fetched metrics as custom metrics, so you can use timeseries api for consuming them. About how it looks on IBM side you have to go to their docs I think.
https://www.dynatrace.com/news/blog/introducing-the-datapower-activegate-monitoring-plugin/
As I see here it’s ActiveGate plugin so it is using some available interface on DataPower side for fetching data. There should be doc about it.
Sebastian
04 Sep 2019 03:32 PM
Hi Netanel,
The DataPower plugin extracts aggregated data from the XML Management interface. Services is the deepest level it goes to without fetching data per transaction.
Mike