Description
Is your feature request related to a problem? Please describe.
Sensitive data can exist in telemetry data. For example, the db.statement
attribute in spans is often deemed as sensitive data. The collector offers ways to address sensitive data (e.g. the attributes
processor), but configuration today is manual.
Describe the solution you'd like
It would be desirable for the collector to offer automatic obfuscation/scrubbing automatically for known sensitive metadata. This would eliminate user error, minimize the likelihood of known sensitive data from being exposed and lower the barrier to entry (i.e. domain expertise to know what is sensitive data and how to handle it in the collector).
Describe alternatives you've considered
Continue doing this manually and/or improving documentation
Additional context
One could argue this is dependent on #886 but depends on implementation.