Skip to content

Commit f6d9c42

Browse files
authored
telemetry(amazonq): human in the loop #725
1 parent 17de9d3 commit f6d9c42

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
"type": "string",
194194
"description": "Names of allowed API calls",
195195
"allowedValues": [
196+
"ResumeTransformation",
196197
"StartTransformation",
197198
"StopTransformation",
198199
"GetTransformation",
@@ -352,6 +353,11 @@
352353
"treeViewHeader"
353354
]
354355
},
356+
{
357+
"name": "codeTransformMetadata",
358+
"type": "string",
359+
"description": "A general field for logging metadata associated to Amazon Q transform metrics."
360+
},
355361
{
356362
"name": "codewhispererAcceptedTokens",
357363
"type": "int",
@@ -3146,6 +3152,24 @@
31463152
}
31473153
]
31483154
},
3155+
{
3156+
"name": "codeTransform_humanInTheLoop",
3157+
"description": "The user interactivity when a transformation pause state is reached.",
3158+
"metadata": [
3159+
{
3160+
"type": "codeTransformJobId",
3161+
"required": false
3162+
},
3163+
{
3164+
"type": "codeTransformSessionId",
3165+
"required": true
3166+
},
3167+
{
3168+
"type": "codeTransformMetadata",
3169+
"required": true
3170+
}
3171+
]
3172+
},
31493173
{
31503174
"name": "codewhisperer_blockedInvocation",
31513175
"description": "Client side invocation blocked by another invocation in progress",

0 commit comments

Comments
 (0)