Hi Michael,
What kind of metrics do you need to add ? If you want to add the metrics to monitor the service request/response , you can look at implement a ContainerRequestFilter or ContainerResponseFilter to collect the timer, counter in these places. Or you can simply add it to the servlet filter and configure to you web app.
Cheers,
Jim

-------- Messaggio Inoltrato --------

Oggetto:        [Resteasy-users] Adding Metrics to Resteasy
Data:   Fri, 2 Sep 2016 14:21:41 -0400
Mittente:       Mike Hills <mike.hi...@sematree.com>
A:      resteasy-users@lists.sourceforge.net



I am about to look into instrumenting my resteasy calls with Metrics (http://metrics.dropwizard.io/3.1.0/). Anyone have advice on which way to go - i.e interceptors , spring etc?

Much appreciated.

--
Michael J. Hills
Sr. CRM Architect

Mobile: 603.475.5093
Email  : mike.hi...@sematree.com <mailto:mike.hi...@sematree.com>
Skype : mhills_sematree


------------------------------------------------------------------------------
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to