Support for ResourceARN rules in XRAY sampling
Open
enhancement
- Dominant language
- Python
- Stars
- 338
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
I've been trying to filter out my Zappa keep_warm scheduled task, which always comes from the same resource ARN, I thought my sample rules were broken until I realised that the AWS XRAY SDK doesn't support this type of rule.
It's incredibly frustrating to have this automated keep warm tasks registering as user interaction, as my xray console map shows every lambda as being accessed by a user even when they are not available to the public, and only for API consumption.
Contributor guide
Assessment
This issue has not been assessed yet.