Skip to content

Commit

Permalink
telemetry(amazonq): add job ID to more metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Dec 12, 2024
1 parent 6576436 commit 8a5118f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3914,6 +3914,10 @@
"type": "codeTransformCancelSrcComponents",
"required": true
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformRuntimeError",
"required": false
Expand Down Expand Up @@ -4096,6 +4100,10 @@
"type": "codeTransformJavaTargetVersionsAllowed",
"required": false
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformProjectId",
"required": false
Expand Down Expand Up @@ -4169,6 +4177,10 @@
"type": "codeTransformDependenciesCopied",
"required": true
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformRunTimeLatency",
"required": true
Expand Down

0 comments on commit 8a5118f

Please sign in to comment.