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/22 00:01:35 UTC

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

     [ https://issues.apache.org/jira/browse/SIRONA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 0.1-incubating

> 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 (*$^¨%`£)
>             Fix For: 0.1-incubating
>
>
> 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)