MediaWiki master
SamplerInterface.php
Go to the documentation of this file.
1<?php
2namespace Wikimedia\Telemetry;
3
8interface SamplerInterface {
16 public function shouldSample( ?SpanContext $parentSpanContext ): bool;
17}
Data transfer object holding data associated with a given span.
Interface for OTEL span samplers.
shouldSample(?SpanContext $parentSpanContext)
Determine whether a newly created span should be sampled based on its parent span data.