opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Support encryption on disk

Open breedx-splk opened this issue 1 year ago • 0 comments

Component(s)

disk-buffering

Is your feature request related to a problem? Please describe.

Some users may be concerned that telemetry stored to disk in the disk-buffering component could be sensitive. Specifically, IP address and geo/location information have been called out. A compromised device could then theoretically disclose to an attacker the IP/geo information of the phone user.

Describe the solution you'd like

As telemetry is buffered to disk, it could be encrypted. I'm not sure exactly how we could/should be able to read it back in order to send it somewhere, but maybe we can figure that out.

Describe alternatives you've considered

Scrubbing sensitive data from the telemetry. This is a loss of data, however.

Additional context

No response

breedx-splk avatar May 03 '24 17:05 breedx-splk