Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.3
-
None
-
None
Description
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();
Attachments
Issue Links
- is part of
-
IGNITE-6867 Implement new JMX metrics for topology monitoring
- Resolved
- links to