Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 41 additions & 2 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,12 +1307,12 @@
{
"name": "cwsprToolName",
"type": "string",
"description": "Client side tool name (ex: fsWrite, executeBash)"
"description": "Client side tool/s name (ex: fsWrite, executeBash)"
},
{
"name": "cwsprToolUseId",
"type": "string",
"description": "The id for when a client side tool is used."
"description": "The id/s when a client side tool/s is used."
},
{
"name": "databaseCredentials",
Expand Down Expand Up @@ -1807,6 +1807,11 @@
"type": "string",
"description": "The version of the language server"
},
{
"name": "latency",
"type": "string",
"description": "latency/s from any operation or an execution like tool execution."
},
{
"name": "loadFileTime",
"type": "int",
Expand Down Expand Up @@ -2806,6 +2811,40 @@
}
]
},
{
"name": "amazonq_invokeLLM",
"description": "This metric is emitted per LLM call in the agentic loop with or without tool execution.",
"metadata": [
{
"type": "credentialStartUrl",
"required": false
},
{
"type": "cwsprChatConversationId"
},
{
"type": "cwsprChatConversationType"
},
{
"type": "cwsprToolName"
},
{
"type": "cwsprToolUseId"
},
{
"type": "enabled",
"required": false
},
{
"type": "languageServerVersion",
"required": false
},
{
"type": "latency",
"required": false
}
]
},
{
"name": "amazonq_isAcceptedCodeChanges",
"description": "User applied code changes generated for the task.",
Expand Down