Hello
I am sharing with the community a feedback I got from a Datapower expert.
.../...
DataPower is usually installed as a virtual or a physical appliance and not as software (although it can be installed as software for cloud deployments but that's not relevant for Elal).
DataPower's OS is hardened and thus we cannot install an agent on it.
There's an AppDynamics extension for DataPower that uses "SOMA" (DataPower's XML Management web service) but it doesn't give us all the metrics we want .../...
Another approach we were looking into is to create a DataPower agent.
DataPower has an implementation of node.js (AKA GatewayScript) but some of the core libraries are implementations that are unique to DataPower. It means we need to customize the existing appdynamics node.js agent (https://www.npmjs.com/package/appdynamics)
Another setback is that the node.js in DataPower isn't a node process that is always up. It starts a node process as part of a transaction that travels through DataPower and only when it is configured to do so. So, we believe that this approach will have some overhead as we need to start a new connection to AppDynamics for every transaction
.../...
Does someone have experimented such a solution or a similar one using node.js and can share feedback with screenshots ?
Thanks
Daniel
... View more