A company has a mobile application that makes HTTP API calls to an Application Load Balancer (ALB). Th e ALB routes requests to an AWS Lambda function. Many different versions of the application are in use a t any given time, including versions that are in testing by a subset of users. The version of the applicatio n is defined in the user-agent header that is sent with all requ ests to the API. After a series of recent changes t o the API, the company has observed issues with the applicatio n. The company needs to gather a metric for each AP I operation by response code for each version of the application that is in use. A DevOps engineer has m odified the Lambda function to extract the API operation na me, version information from the user-agent header and response code. Which additional set of actions shou ld the DevOps engineer take to gather the required metrics?