]
Jeff Mesnil resolved WFWIP-136.
-------------------------------
Resolution: Done
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}