Port connection pool JMX monitoring into 3.0.x branch

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 3.0.0
    • Affects Version/s: None
    • Component/s: Monitoring
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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:
            Jeffrey Yemin
            Reporter:
            Jeffrey Yemin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: