Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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}