IMetricsCollector Type
Interface for metrics collection
Instance members
| Instance member |
Description
|
|
|
|
Get aggregated metrics
|
Full Usage:
this.RecordLlmCall
Parameters:
int
outputTokens : int
latencyMs : int64
Modifiers: abstract |
Record an LLM call with token counts and latency
|
|
Record a custom metric point
|
Full Usage:
this.RecordToolCall
Parameters:
string
durationMs : int64
success : bool
Modifiers: abstract |
Record a tool invocation with duration
|
Nao