Span
class Span extends Model (View source)
Properties
protected | $attributesType | ||
protected | $attributesDataType | ||
int | $childSpanCount | ||
protected | $displayNameType | ||
protected | $displayNameDataType | ||
string | $endTime | ||
protected | $linksType | ||
protected | $linksDataType | ||
string | $name | ||
string | $parentSpanId | ||
bool | $sameProcessAsParentSpan | ||
string | $spanId | ||
string | $spanKind | ||
protected | $stackTraceType | ||
protected | $stackTraceDataType | ||
string | $startTime | ||
protected | $statusType | ||
protected | $statusDataType | ||
protected | $timeEventsType | ||
protected | $timeEventsDataType |
Methods
getAttributes()
No description
setChildSpanCount($childSpanCount)
No description
int
getChildSpanCount()
No description
getDisplayName()
No description
setEndTime($endTime)
No description
string
getEndTime()
No description
setName($name)
No description
string
getName()
No description
setParentSpanId($parentSpanId)
No description
string
getParentSpanId()
No description
setSameProcessAsParentSpan($sameProcessAsParentSpan)
No description
bool
getSameProcessAsParentSpan()
No description
setSpanId($spanId)
No description
string
getSpanId()
No description
setSpanKind($spanKind)
No description
string
getSpanKind()
No description
getStackTrace()
No description
setStartTime($startTime)
No description
string
getStartTime()
No description
getTimeEvents()
No description
Details
setAttributes(Attributes $attributes)
No description
Attributes
getAttributes()
No description
setChildSpanCount($childSpanCount)
No description
int
getChildSpanCount()
No description
setDisplayName(TruncatableString $displayName)
No description
TruncatableString
getDisplayName()
No description
setEndTime($endTime)
No description
string
getEndTime()
No description
setLinks(Links $links)
No description
Links
getLinks()
No description
setName($name)
No description
string
getName()
No description
setParentSpanId($parentSpanId)
No description
string
getParentSpanId()
No description
setSameProcessAsParentSpan($sameProcessAsParentSpan)
No description
bool
getSameProcessAsParentSpan()
No description
setSpanId($spanId)
No description
string
getSpanId()
No description
setSpanKind($spanKind)
No description
string
getSpanKind()
No description
setStackTrace(StackTrace $stackTrace)
No description
StackTrace
getStackTrace()
No description
setStartTime($startTime)
No description
string
getStartTime()
No description
setStatus(Status $status)
No description
Status
getStatus()
No description
setTimeEvents(TimeEvents $timeEvents)
No description
TimeEvents
getTimeEvents()
No description