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
Sat, May 16, 16:58 (10 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cd/ef/51839450e06891b9459c4948a355
Default Alt Text
SamplerInterface.php (530 B)

Event Timeline