Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1501

Enable statistics

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • jaxrs
    • 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

            weli@redhat.com Weinan Li
            rhn-engineering-lgao Lin Gao
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: