You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/09 11:09:00 UTC

[jira] [Commented] (IGNITE-6844) Additional JMX metrics for cluster monitoring.

    [ https://issues.apache.org/jira/browse/IGNITE-6844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245507#comment-16245507 ] 

ASF GitHub Bot commented on IGNITE-6844:
----------------------------------------

GitHub user xtern opened a pull request:

    https://github.com/apache/ignite/pull/3007

    IGNITE-6844

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xtern/ignite IGNITE-6844

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3007.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3007
    
----
commit cb9dff2ee7f51aa54d56cefd0d9a45022917008e
Author: Pereslegin Pavel <xt...@users.noreply.github.com>
Date:   2017-11-08T20:21:08Z

    IGNITE-6844 Added top ver and nodes count to cluster mx bean

commit e36fbfcaab826628e369b0f1e1f47e09dd9bc0ea
Author: Pavel Pereslegin <30...@users.noreply.github.com>
Date:   2017-11-09T09:39:04Z

    IGNITE-6844 Minor error message fix.

commit 14d41dbe782c75d25b1aa7ace5f093accc5a144d
Author: Pavel Pereslegin <30...@users.noreply.github.com>
Date:   2017-11-09T09:42:48Z

    IGNITE-6844 Bean description.

commit 5ac1e873d61bddcfb9e0c0fb239a0569ef818468
Author: Pavel Pereslegin <30...@users.noreply.github.com>
Date:   2017-11-09T09:49:42Z

    IGNITE-6844 Doc fix.

----


> 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)