cockroachdb / cockroachdb/cockroach
Provide a setting to allow users to redact sampled_query events from the TELEMETRY channel
Open
C-enhancement
T-supportability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Customers have sensitive information (PII) that can be captured as part of SQL stats (e.g., placeholder values/bind variables) and require this information to be redacted in various environments like production. Note this information is still useful to have in dev and test environments to enable troubleshooting user flows such as suboptimal/regressed query plans.
This issue tracks adding a setting that redacts SQL statements in the sampled_query event.
Jira issue: CRDB-30795
Epic CRDB-39822
Contributor guide
Assessment
This issue has not been assessed yet.