You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sirona.apache.org by "Olivier Lamy (*$^¨%`£ JIRA)" <ji...@apache.org> on 2013/11/21 05:33:35 UTC

[jira] [Created] (SIRONA-7) add a jaxrs agent

Olivier Lamy (*$^¨%`£) created SIRONA-7:
-------------------------------------------

             Summary: add a jaxrs agent
                 Key: SIRONA-7
                 URL: https://issues.apache.org/jira/browse/SIRONA-7
             Project: Sirona
          Issue Type: Bug
            Reporter: Olivier Lamy (*$^¨%`£)
            Assignee: Olivier Lamy (*$^¨%`£)


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}








--
This message was sent by Atlassian JIRA
(v6.1#6144)