Rostislav Svoboda created WFLY-11393:
----------------------------------------
Summary: Wrong description of jvm.uptime metric
Key: WFLY-11393
URL:
https://issues.jboss.org/browse/WFLY-11393
Project: WildFly
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Wrong description of jvm.uptime metric
{code}
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": ""
}
{code}
This metric doesn't display start time, but uptime of JVM. Description for the metric
should be fixed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)