[jboss-jira] [JBoss JIRA] (WFLY-11409) Metrics memory.committedHeap and memory.usedHeap do not have description
Rostislav Svoboda (Jira)
issues at jboss.org
Fri Nov 23 08:45:00 EST 2018
Rostislav Svoboda created WFLY-11409:
----------------------------------------
Summary: Metrics memory.committedHeap and memory.usedHeap do not have description
Key: WFLY-11409
URL: https://issues.jboss.org/browse/WFLY-11409
Project: WildFly
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Metrics memory.committedHeap and memory.usedHeap do not have description
{code}
curl -H "Accept: application/json" -X OPTIONS http://localhost:9990/metrics/base/memory.usedHeap
{
"memory.usedHeap": {
"unit": "bytes",
"type": "gauge",
"displayName": "memory.usedHeap",
"tags": ""
}
}
{code}
{code}
curl -H "Accept: application/json" -X OPTIONS http://localhost:9990/metrics/base/memory.committedHeap
{
"memory.committedHeap": {
"unit": "bytes",
"type": "gauge",
"displayName": "memory.committedHeap",
"tags": ""
}
}
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list