Add jersey module for metering and add meters for key REST-API methods
luis100 opened this issue · 0 comments
luis100 commented
Dropwizard has a module for jersey which then allow to annotate REST-API methods so automatic meters are created for them.
https://metrics.dropwizard.io/4.2.0/manual/jersey.html
This would allow to meter certain key methods, such such index resource search times.