I use AppDRestAPI-SDK for Java to retrieve all tiers, nodes information in my Java application. It is pretty convenient.
I am wondering is there any way to get node level communications information for my application ? For example, calls per minute...
In order to establish a communication, either I know where an external call goes to (node as callee) or where a call it comes from(caller). In the perspective of a callee, basically any metrics inmetrics browser, I can't find caller information calli...
Thanks Gurmitsa. I will keep in mind we have the option to get the cross app call metrics. However, currently we don't really care about cross app calls yet. We do want to know the call's destination node, not just the tier. It seems like, the aggreg...
Thanks Gurmitsa for the reply.
My question was not about the metrics at the node level. I am looking for the target node name that a node is making an external call.
For example here, we have a metrics about calls per minute,
Overall Applicatio...