Open
Description
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:
- Configuration option: Introduce a flag to enable/disable the recording of cache keys.
- Redaction: Provide an option to redact or anonymize cache keys before they are displayed.