OpenTelemetry PHP

CloudTracePropagatorOneWayTest extends TestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\Extension\Propagator\CloudTrace\CloudTracePropagator::class

Table of Contents

Constants

SPAN_ID_BASE10  = '19'
SPAN_ID_BASE16  = '0000000000000013'
TRACE_DISABLED  = 0
TRACE_ENABLED  = 1
TRACE_ID_BASE16  = 'ff000000000000000000000000000041'

Properties

$cloudTracePropagator  : TextMapPropagatorInterface
$xcloud  : string

Methods

test_extract_non_sampled_context()  : void
test_extract_nothing()  : void
test_extract_sampled_context()  : void
test_fields()  : void
test_inject_invalid_context()  : void
test_inject_non_sampled_context()  : void
test_inject_non_sampled_default_context()  : void
test_inject_sampled_context()  : void
setUp()  : void
getSpanContext()  : SpanContextInterface
withSpanContext()  : ContextInterface

Constants

Properties

Methods


        
On this page

Search results