pub(super) fn log_resolution(decision: &SamplingDecision)Expand description
Render one request’s resolved sampling parameters and their provenance.
Call after the last stage that can still change decision — today that is
stage 5b. See the module docs for why the position is load-bearing.
Guarded on the level being enabled because both layer_names and
FieldSources::describe allocate,
and this sits on the busiest path in the system.