Skip to content

Commit

Permalink
Merge branch 'main' into feature/q-hil-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Apr 24, 2024
2 parents 2758673 + 6503823 commit 1389edf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,11 @@
"treeViewHeader"
]
},
{
"name": "codeTransformMetadata",
"type": "string",
"description": "A general field for logging metadata associated to Amazon Q transform metrics."
},
{
"name": "codewhispererAcceptedTokens",
"type": "int",
Expand Down Expand Up @@ -3170,6 +3175,24 @@
}
]
},
{
"name": "codeTransform_humanInTheLoop",
"description": "The user interactivity when a transformation pause state is reached.",
"metadata": [
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformSessionId",
"required": true
},
{
"type": "codeTransformMetadata",
"required": true
}
]
},
{
"name": "codewhisperer_blockedInvocation",
"description": "Client side invocation blocked by another invocation in progress",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.203
1.0.204

0 comments on commit 1389edf

Please sign in to comment.