|
You see occasional trace warnings
|
Ignore them
|
These are normal safety guardrails preventing runaway trace growth.
|
|
You see frequent warning “spew” but want tracing available
|
Increase tracing_max_children_per_trace and
tracing_max_entries_per_trace
|
Larger limits reduce log noise while preserving sampled tracing for diagnostics.
|
|
Highly sensitive environment with no desire for sampled traces
|
Set sampled_trace_1_in_n=0
|
Completely disables sampled tracing, trading observability for minimal overhead.
|