Open
Description
Is your feature request related to a problem? Please describe.
I would like to know time taken & success/failure ration for a service call from lambda function.
Describe the solution you'd like
Currently Metrics annotation only supports capturing cold start, it would be really if we can get time/success/failure count for the method being executed(similar to DCM/DLM :)).
Describe alternatives you've considered
Currently we are using Guava's stopwatch & manually instrumenting the code.