]
r searls commented on WFLY-11943:
---------------------------------
See design doc link in EAP7-606
Statistics of REST endpoints
----------------------------
Key: WFLY-11943
URL:
https://issues.jboss.org/browse/WFLY-11943
Project: WildFly
Issue Type: Feature Request
Components: REST
Affects Versions: 17.0.0.Final
Reporter: r searls
Assignee: r searls
Priority: Major
It would be useful to collect statistics for all deployment in jaxrs subsystem.
It would also be useful to have aggregated statistics for end-point invocations for all
deployments together.
count of invocations
execution time
CLI support "read-resource" operation for jax-rs subsystem in deployment:
/deployment=jaxrs-eap.war/subsystem=jaxrs:read-resource
Statistics should be added to results of this operation in this RFE.
This RFE needs to add new operation to jax-rs subsystem, name of this operation could be
"show-aggregated-statistics":
/subsystem=jaxrs:show-aggregated-statistics()
There needs to be option to enable or disable collecting of these statistics, because
collecting of statistics does probably some performance drop.
The change of statistic settings should not require server reload or restart.