Open n-ikhil opened 1 month ago
Thanks for raising this! I assume this is for ActiveSupport? Or for a different framework/client?
I will forward this to our team, see what they think of it. We do provide similar capabilities to quantize other fields such as HTTP headers and what not, so its not unprecedented.
Yes @delner this is for ActiveSupport integration.
Hi @n-ikhil , just wanted to update you: we've opened #4022 to add the capability to disable the collection of cache keys. The PR does not include any kind of redaction option yet.
@delner any update with the pr/rollout ?
In our Rails application, we've observed that cache keys are being recorded and displayed in span traces within the Datadog UI. This behavior raises potential security and privacy concerns, as cache keys may contain sensitive or identifiable data. Additionally, showing the cache keys in the UI can clutter trace details, making it harder to focus on high-level performance insights.
We would like to request a feature that allows users to disable the storage of cache keys in span traces, either by: