You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sirona.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2013/11/21 09:32:35 UTC

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

    [ https://issues.apache.org/jira/browse/SIRONA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828638#comment-13828638 ] 

Romain Manni-Bucau commented on SIRONA-7:
-----------------------------------------

done the integration for jaxrs2 + cxf 2.6 (jaxrs 1) in agent/performance/jaxrs

> 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)