parent_based_sampler
Definition
/**
* Create a ParentBasedSampler. Honors the parent span's sampling decision, falling
* back to the root sampler for spans without a parent.
*
* @param Sampler $root Sampler used for root spans (no parent)
*/
parent_based_sampler(Sampler $root) : ParentBasedSampler