-
Suggestion
-
Resolution: Fixed
-
None
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" }, ] }