I am running lambda in AWS and enabled xray. Below is a code I use to create a subsegment inside lambda. I can see this subsegment when I click a trace. How can I search all traces with this subsegment by name in xray console?
await AWSXRay.captureAsyncFunc('create-connection', async () => {
...