OpenTelemetry PHP

Sampler

Table of Contents

Classes

AlwaysOffSampler
This implementation of the SamplerInterface always skips record.
AlwaysOnSampler
This implementation of the SamplerInterface always records.
ParentBased
This implementation of the SamplerInterface that respects parent context's sampling decision and delegates for the root span.
TraceIdRatioBasedSampler
This implementation of the SamplerInterface records with given probability.

        
On this page

Search results