Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-933

Port connection pool JMX monitoring into 3.0.x branch

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0
    • Affects Version/s: None
    • Component/s: Monitoring
    • Labels:
      None

      • The domain is now "org.mongodb.driver", whereas it used to be "com.mongodb".
      • The full ObjectName is:
        • org.mongodb.driver:type=ConnectionPool,host=<host>,port=<port>,instance=<unique instance number for the host and port>
      • The Name attribute has been dropped
      • The remaining attributes are:
        • Host
        • Port
        • MinSize
        • MaxSize
        • Total
        • InUse

      In the 3.0 architecture, there is no way to support the ConnectionPoolStatisticsBean from the 2.x MXBean version, so it's been dropped. May add something equivalent, but in a different MBean, at a later date.

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: