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

Can DataPower plugin monitor operations inside a service?

netanelad
Contributor

My client has operations working under the services monitored by DataPower plugin, is there a way to monitor them as well?


5 REPLIES 5

skrystosik
DynaMight Guru
DynaMight Guru

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


Regards, Sebastian

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


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


Regards, Sebastian

Thanks a lot!


Mike_L
Dynatrace Guru
Dynatrace Guru

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


Mike

Featured Posts