Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57908

Export JMX using a proper domain

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • metrics-plugin
    • None
    • 4.0.2.5

      The current JMX export for metrics is using the default DropWizard metrics API domain (which is 'metrics').

      When connecting to a Jenkins instance using JMX, it is not obvious at all that the domain 'metrics' is in fact hosting Jenkins metrics.

      JMX best practices

      The domain part of an Object Name should start with a Java package name. This prevents collisions between MBeans coming from different subsystems. There might be additional text after the package name. Examples:

      Therefore, I propose to use io.jenkins as domain to expose metrics via JMX.

       

       

            vlatombe Vincent Latombe
            vlatombe Vincent Latombe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: