[
https://issues.apache.org/jira/browse/IGNITE-6844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251047#comment-16251047
]
Pavel Pereslegin commented on IGNITE-6844:
------------------------------------------
[~avinogradov],
I took IGNITE-6867 to work and it would be better to close this ticket.
> Additional JMX metrics for cluster monitoring.
> ----------------------------------------------
>
> Key: IGNITE-6844
> URL: https://issues.apache.org/jira/browse/IGNITE-6844
> Project: Ignite
> Issue Type: Improvement
> Security Level: Public(Viewable by anyone)
> Affects Versions: 2.3
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Fix For: 2.4
>
>
> 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.
> {code:java}
> @MXBeanDescription("Server nodes count.")
> public int getTotalServerNodes();
> @MXBeanDescription("Current topology version.")
> public long getTopologyVersion();
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)