Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-95949

Add Heap metrics to Confluence Log JMX Metrics as we have in Jira

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      The Log JMX Metrics scheduled job sends JMX metrics to atlassian-confluence-jmx.log log file. More about it on Live Monitoring Using the JMX Interface.

      Add Heap metrics to Confluence atlassian-confluence-jmx.log   similar to what we have in Jira.

      Example:

      {
          "timestamp": "1712145652",
          "instrumentList": [
              {
                  "name": "jmx.memory.nonheap.used",
                  "value": "773230664"
              },
              {
                  "name": "jmx.memory.heap.used",
                  "value": "1430257664"
              },
              {
                  "name": "jmx.memory.heap.committed",
                  "value": "4294967296"
              },
              {
                  "name": "jmx.memory.nonheap.committed",
                  "value": "825552896"
              },
          ]
      }
      

            [CONFSERVER-95949] Add Heap metrics to Confluence Log JMX Metrics as we have in Jira

            There are no comments yet on this issue.

              Unassigned Unassigned
              d572fd45fe13 Marcio Ribeiro (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: