Skip to content

Commit

Permalink
Feature - add codetransform metadata field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Apr 22, 2024
1 parent 41692a6 commit e548774
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,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 @@ -3288,6 +3293,24 @@
}
]
},
{
"name": "codeTransform_humanInTheLoop",
"description": "An interactivity measured when a pause state is enabled that requires human interaction.",
"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

0 comments on commit e548774

Please sign in to comment.