Page MenuHomeWickedGov Phorge

SamplerInterface.php
No OneTemporary

Size
530 B
Referenced Files
None
Subscribers
None

SamplerInterface.php

<?php
namespace Wikimedia\Telemetry;
/**
* Interface for OTEL span samplers.
* @since 1.43
*/
interface SamplerInterface {
/**
* Determine whether a newly created span should be sampled based on its parent span data.
*
* @param SpanContext|null $parentSpanContext Context of he parent span of the newly created span,
* or `null` if the newly created span is a root span.
* @return bool Whether the newly created span should be sampled.
*/
public function shouldSample( ?SpanContext $parentSpanContext ): bool;
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 13:11 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4e/b2/c06982a566f4f8333c37ef120c53
Default Alt Text
SamplerInterface.php (530 B)

Event Timeline