Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
reflections
TraceInspection
Interface TraceInspection
Trace inspection result
interface
TraceInspection
{
chain_structure
:
{
branches
:
number
;
depth
:
number
;
leaf_count
:
number
;
}
;
duration_ms
:
number
;
event_count
:
number
;
events
:
node
.
apis
.
insights
.
InsightsEvent
[]
;
has_root
:
boolean
;
root_event
?:
node
.
apis
.
insights
.
InsightsEvent
;
time_range
:
{
end
:
number
;
start
:
number
;
}
;
trace_id
:
string
;
}
Index
Properties
chain_
structure
duration_
ms
event_
count
events
has_
root
root_
event?
time_
range
trace_
id
Properties
chain_
structure
chain_
structure
:
{
branches
:
number
;
depth
:
number
;
leaf_count
:
number
;
}
duration_
ms
duration_
ms
:
number
event_
count
event_
count
:
number
events
events
:
node
.
apis
.
insights
.
InsightsEvent
[]
has_
root
has_
root
:
boolean
Optional
root_
event
root_
event
?:
node
.
apis
.
insights
.
InsightsEvent
time_
range
time_
range
:
{
end
:
number
;
start
:
number
;
}
trace_
id
trace_
id
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chain_
structure
duration_
ms
event_
count
events
has_
root
root_
event
time_
range
trace_
id
Tidyscripts Docs
Loading...
Trace inspection result