I have an application. Basically, I want to measure the time between it starts and the request is done processing. I call it latency of processing a request.
I wonder if I can create a custom AWS Cloudwatch metric to monitor it by using PutMetricData API.