Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6844

Additional JMX metrics for cluster monitoring.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 2.3
    • 2.4
    • 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

          Activity

            People

              xtern Pavel Pereslegin
              xtern Pavel Pereslegin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: