OpenTelemetry PHP

SpanDataInterface

Represents an immutable snapshot of a {@see API\SpanInterface}.

Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/trace/sdk.md#additional-span-interfaces

Table of Contents

Methods

getAttributes()  : AttributesInterface
getContext()  : SpanContextInterface
getEndEpochNanos()  : int
getEvents()  : array<int, EventInterface>
getInstrumentationScope()  : InstrumentationScopeInterface
getKind()  : int
getLinks()  : array<int, LinkInterface>
getName()  : string
getParentContext()  : SpanContextInterface
getParentSpanId()  : string
getResource()  : ResourceInfo
getSpanId()  : string
getStartEpochNanos()  : int
getStatus()  : StatusDataInterface
getTotalDroppedEvents()  : int
getTotalDroppedLinks()  : int
getTraceId()  : string
hasEnded()  : bool

Methods


        
On this page

Search results