'ddtrace - how to filter unwanted traces being submitted at service level

Am using ddtrace into my node.js server and wanted to avoid http client lib sending GET/PUT to AWS/S3 (not really critical for me). Couldn't find in the documentation how to stop tracing at the service (http client lib) level and not inclined towards blocklisting URL level.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source