Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ToolMetrics
Interface ToolMetrics
Tool execution metrics
interface
ToolMetrics
{
traceId
:
string
;
spanId
:
string
;
toolName
:
string
;
inputSize
:
number
;
outputSize
:
number
;
latencyMs
:
number
;
success
:
boolean
;
error
?:
string
;
timestamp
:
Date
;
}
Index
Properties
trace
Id
span
Id
tool
Name
input
Size
output
Size
latency
Ms
success
error?
timestamp
Properties
Readonly
trace
Id
traceId
:
string
Readonly
span
Id
spanId
:
string
Readonly
tool
Name
toolName
:
string
Readonly
input
Size
inputSize
:
number
Readonly
output
Size
outputSize
:
number
Readonly
latency
Ms
latencyMs
:
number
Readonly
success
success
:
boolean
Optional
Readonly
error
error
?:
string
Readonly
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
trace
Id
span
Id
tool
Name
input
Size
output
Size
latency
Ms
success
error
timestamp
Stratix Framework - v0.8.2
Loading...
Tool execution metrics