Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11393

Wrong description of jvm.uptime metric

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 15.0.0.Final
    • None
    • MP Metrics
    • None

    Description

      Wrong description of jvm.uptime metric

      curl -H "Accept: application/json" -X OPTIONS http://localhost:9990/metrics/base/jvm.uptime
      
      {
          "jvm.uptime": {
              "unit": "milliseconds",
              "type": "gauge",
              "description": "Displays the start time of the Java virtual machine in milliseconds. This attribute displays the approximate time when the Java virtual machine started.",
              "displayName": "JVM Uptime",
              "tags": ""
          }
      

      This metric doesn't display start time, but uptime of JVM. Description for the metric should be fixed.

      Attachments

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: