@grand-board/otel-cloudflare - v6.11.0
GitHub
Preparing search index...
ExportableSpan
Interface ExportableSpan
Span data needed for OTLP export
interface
ExportableSpan
{
attributes
:
Attributes
;
endTime
?:
number
;
events
:
{
attributes
?:
Attributes
;
name
:
string
;
timestamp
:
number
}
[]
;
kind
:
SpanKind
;
links
:
Link
[]
;
name
:
string
;
parentSpanId
?:
string
;
startTime
:
number
;
status
:
{
code
:
number
;
message
?:
string
}
;
spanContext
()
:
{
spanId
:
string
;
traceId
:
string
}
;
}
Index
Properties
attributes
end
Time?
events
kind
links
name
parent
Span
Id?
start
Time
status
Methods
span
Context
Properties
attributes
attributes
:
Attributes
Optional
end
Time
endTime
?:
number
events
events
:
{
attributes
?:
Attributes
;
name
:
string
;
timestamp
:
number
}
[]
kind
kind
:
SpanKind
links
links
:
Link
[]
name
name
:
string
Optional
parent
Span
Id
parentSpanId
?:
string
start
Time
startTime
:
number
status
status
:
{
code
:
number
;
message
?:
string
}
Methods
span
Context
spanContext
()
:
{
spanId
:
string
;
traceId
:
string
}
Returns
{
spanId
:
string
;
traceId
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
end
Time
events
kind
links
name
parent
Span
Id
start
Time
status
Methods
span
Context
GitHub
@grand-board/otel-cloudflare - v6.11.0
Loading...
Span data needed for OTLP export