Hi, I need to fetch the DataStorageMetric of server nodes. Tried the following API. It seems to give the dataStorageMetric of the local node (a thick client) only.
DataStorageMetrics pm = ignite.dataStorageMetrics() How do I programmatically fetch DataStorageMetric of the server node(s)? regards Mahesh
