[ 
https://issues.apache.org/jira/browse/IGNITE-6844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Pereslegin updated IGNITE-6844:
-------------------------------------
    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.

{code:java}
@MXBeanDescription("Server nodes count.")
public int getTotalServerNodes();

@MXBeanDescription("Current topology version.")
public long getTopologyVersion();
{code}


  was:
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("Last topology version.")
public long getTopologyVersion();


> 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) 
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>
> 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)

Reply via email to