-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
RESTEasy now only supports statistics of basic invocation counts categorized by HTTP method, it would have to be modified to be able to collect statistics data based on the endpoint URI and HTTP method.
RESTEasy does not support statistics of execution time of each REST endpoint, it would have to be modified to be able to collect such statistics data.
There should be a global configuration in RESTEasy to enable or disable statistics without needs of reloading.
The statistics should contain at least the following information:
- count of invocations of the endpoint
- the average execution time of the endpoint
- is related to
-
RESTEASY-1418 RESTEasy should be able to provide trace information about request
- Resolved