]
Rostislav Svoboda updated WFWIP-142:
------------------------------------
Priority: Blocker (was: Major)
Vendor metrics - loaded_modules reports incorrect value
-------------------------------------------------------
Key: WFWIP-142
URL:
https://issues.jboss.org/browse/WFWIP-142
Project: WildFly WIP
Issue Type: Bug
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Priority: Blocker
Vendor metrics - loaded_modules reports incorrect value
{code}
curl
http://localhost:10090/metrics/vendor 2>/dev/null | grep loaded_modules
# HELP vendor:loaded_modules Number of loaded modules
# TYPE vendor:loaded_modules gauge
vendor:loaded_modules 23.0
{code}
When I tried Thorntail 2 based deployment I got {{vendor:loaded_modules 298.0}}
WF probably reports incorrect value for loaded modules.
The same value is reported when I deploy
{{quickstart/helloworld-rs/target/helloworld-rs.war}} application. For sure new modules
are triggered by deplyment.