Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/common
RequestSpan
Interface RequestSpan
interface
RequestSpan
{
attributes
:
Record
<
string
,
unknown
>
;
conversationId
:
string
;
duration
:
number
;
events
:
TimedEvent
[]
;
name
:
string
;
parentSpanId
:
undefined
|
string
;
requestId
:
string
;
spanId
:
string
;
statusCode
:
number
;
timestamp
:
number
;
}
Index
Properties
attributes
conversation
Id
duration
events
name
parent
Span
Id
request
Id
span
Id
status
Code
timestamp
Properties
attributes
attributes
:
Record
<
string
,
unknown
>
conversation
Id
conversation
Id
:
string
duration
duration
:
number
events
events
:
TimedEvent
[]
name
name
:
string
parent
Span
Id
parent
Span
Id
:
undefined
|
string
request
Id
request
Id
:
string
span
Id
span
Id
:
string
status
Code
status
Code
:
number
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
conversation
Id
duration
events
name
parent
Span
Id
request
Id
span
Id
status
Code
timestamp
Palico App
Loading...