Trace latency: Typescript method decorator
In this blog, I will delve into using a typescript method decorator for tracking latency for any piece of code.
We have a lot of function calls in our code where we start the timer, calculate the time elapsed, and then publish it to some metric servi...
rajurastogi.hashnode.dev2 min read