Skip to content

Commit

Permalink
telemetry(amazonq): add job ID to more metrics #938
Browse files Browse the repository at this point in the history
## Problem
It can be difficult to track what happens to transformation jobs without
the job ID attached to each metric.

## Solution
Add it where missing.
  • Loading branch information
dhasani23 authored Dec 12, 2024
1 parent bd5956c commit f9732d3
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 @@ -4063,6 +4063,10 @@
"type": "codeTransformCancelSrcComponents",
"required": false
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformRuntimeError",
"required": false
Expand Down Expand Up @@ -4211,6 +4215,10 @@
"type": "codeTransformJavaTargetVersionsAllowed",
"required": false
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformProjectId",
"required": false
Expand Down Expand Up @@ -4276,6 +4284,10 @@
"type": "codeTransformDependenciesCopied",
"required": true
},
{
"type": "codeTransformJobId",
"required": false
},
{
"type": "codeTransformRunTimeLatency",
"required": true
Expand Down

0 comments on commit f9732d3

Please sign in to comment.