Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429034
SamplerInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
530 B
Referenced Files
None
Subscribers
None
SamplerInterface.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment