-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
For some monitoring tasks we need to access these metrics through JMX:
1. Total server nodes in cluster.
2. Current topology version.
We can’t access them via JMX for now.
I suggest to add new management bean IgniteClusterMBean that will provide such information.
@MXBeanDescription("Server nodes count.") public int getTotalServerNodes(); @MXBeanDescription("Current topology version.") public long getTopologyVersion();
- is part of
-
IGNITE-6867 Implement new JMX metrics for topology monitoring
-
- Resolved
-
- links to