getContext(); $traceState = $parentSpanContext->getTraceState(); return new SamplingResult( SamplingResult::DROP, [], $traceState ); } public function getDescription(): string { return 'AlwaysOffSampler'; } }