Uploaded image for project: 'Sirona'
  1. Sirona
  2. SIRONA-7

add a jaxrs agent

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.1-incubating
    • None

    Description

      Currently web agent record all urls
      GET
      /beerService/cooper
      /beerService/fatyak
      /beerService/mountaingoat

      The idea is to scan declared jaxrs service
      @Path ("/beerService)

      @Path("

      {beerName}")
      @GET
      @Produces({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
      Beer findBeer( @PathParam("beerName") String beerName )

      And record a gauge for GET-beerService/{beerName}

      Attachments

        Activity

          People

            olamy Olivier Lamy
            olamy Olivier Lamy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: