[jboss-jira] [JBoss JIRA] (WFLY-11393) Wrong description of jvm.uptime metric
Rostislav Svoboda (Jira)
issues at jboss.org
Wed Nov 21 10:04:00 EST 2018
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)
More information about the jboss-jira
mailing list