During incidents, engineers need to filter traces by districtId and permitType. What should they add in the application?
Select an answer to reveal the explanation.
Short Explanation
Annotations are the sticky notes X-Ray can index. Stamp districtId and permitType so incident filters actually find the traces you care about.
Full Explanation
X-Ray annotations are indexed key-value pairs suitable for filtering traces by business dimensions such as districtId and permitType. Metadata that is not annotated (or data left only in S3/Cost Explorer) does not provide the same searchable incident workflow. Disabling annotations removes that filter capability.