Adding endpoints for monitoring traffic in Datadog during monolith migration

Good Morning. We are migrating from a monolith to a microservice arch. We have an aws api gw that forwards traffic to either the monolith or microservice arch based on path. Is there a way to add endpoints / urls in datadog so that we can monitor which endpoints are getting traffic? This would be an additonal assistance in making sure we migrate all old endpoints.

Have you looked at the aws.apigateway.count metric? As an example it offers the resource tag which might be helpful.

hmmm i hadnt…very new to this and trying to just get srted lol. thank yo