diff options
| author | agarwalravikant <[email protected]> | 2025-08-19 10:55:47 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-19 05:25:47 +0000 |
| commit | 58c2925624c5befe130fbe120707455daf91c910 (patch) | |
| tree | a8d5ff63a8ab5875e51230dbdc74d3ed1998de49 /docs | |
| parent | e290a61a52a08306269b49174160ab9a92df5f19 (diff) | |
Changes to add tool_type as dimension (#6538)
Co-authored-by: Ravikant Agarwal <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/telemetry.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md index ed094ce6..205242e7 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -240,6 +240,7 @@ Metrics are numerical measurements of behavior over time. The following metrics - `function_name` - `success` (boolean) - `decision` (string: "accept", "reject", or "modify", if applicable) + - `tool_type` (string: "mcp", or "native", if applicable) - `gemini_cli.tool.call.latency` (Histogram, ms): Measures tool call latency. - **Attributes**: |
