[
https://issues.jboss.org/browse/WFWIP-136?page=com.atlassian.jira.plugin....
]
Jeff Mesnil commented on WFWIP-136:
-----------------------------------
fixed in dev branch:
{code}
$ curl
http://localhost:9990/metrics/base/ | grep cpu_process
# HELP base:cpu_process_cpu_load Displays the "recent cpu usage" for the Java
Virtual Machine process.
# TYPE base:cpu_process_cpu_load gauge
base:cpu_process_cpu_load 4.282571006977806E-4
{code}
OpenLiberty providse base:cpu_process_cpu_load_percent, WF
doesn't
------------------------------------------------------------------
Key: WFWIP-136
URL:
https://issues.jboss.org/browse/WFWIP-136
Project: WildFly WIP
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Priority: Major
OpenLiberty providse base:cpu_process_cpu_load_percent, WF doesn't
Example:
{code}
base:cpu_process_cpu_load_percent 0.001126147378413068
{code}
Using setup described here:
https://github.com/rsvoboda/rsvoboda-playground/tree/master/Prometheus#op...
{code}
curl
https://localhost:9443/metrics/base --insecure -v -u theUser:thePassword
2>/dev/null | grep -v TYPE | grep -v HELP | sort
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)