Skip to content

Commit

Permalink
tracing: enable fine-grained redactability for unstructured events
Browse files Browse the repository at this point in the history
This enables finer-grain redraction for unstructured events in traces.
See #103883 for a discussion. (This can be reverted in case
performance is found to be unacceptable.)

Release note: None
  • Loading branch information
knz committed May 25, 2023
1 parent 562f083 commit 69dfd05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/util/tracing/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,8 @@ const (
var enableTraceRedactable = settings.RegisterBoolSetting(
settings.TenantWritable,
"trace.redactable.enabled",
"set to true to enable redactability for unstructured events "+
"in traces and to redact traces sent to tenants. "+
"Set to false to coarsely mark unstructured events as redactable "+
" and eliminate them from tenant traces.",
false,
"set to true to enable finer-grain redactability for unstructured events in traces",
true,
)

var enableNetTrace = settings.RegisterBoolSetting(
Expand Down

0 comments on commit 69dfd05

Please sign in to comment.