Skip to content

Commit 9987d3d

Browse files
authored
telemetry(amazonq): add field for ZIP size, remove unused metrics #734
Problem Need to track the size of the upload ZIP even when the upload itself fails so we have some more info. Also had some metrics which were unused in both IDEs. Solution Add codeTransformTotalByteSize field to existing metric and remove unused metrics.
1 parent 144fd51 commit 9987d3d

File tree

1 file changed

+4
-44
lines changed

1 file changed

+4
-44
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,16 +2934,6 @@
29342934
],
29352935
"passive": true
29362936
},
2937-
{
2938-
"name": "codeTransform_configurationFileSelectedChanged",
2939-
"description": "Fire a change event when users select a new configuration/module file from the dropdown.",
2940-
"metadata": [
2941-
{
2942-
"type": "codeTransformSessionId",
2943-
"required": true
2944-
}
2945-
]
2946-
},
29472937
{
29482938
"name": "codeTransform_dependenciesCopied",
29492939
"description": "The repo copies over at least one dependency successfully.",
@@ -3006,20 +2996,6 @@
30062996
}
30072997
]
30082998
},
3009-
{
3010-
"name": "codeTransform_isDoubleClickedToTriggerUserModal",
3011-
"description": "The code transform button in the devtools to initiate the pre transform user modal window.",
3012-
"metadata": [
3013-
{
3014-
"type": "codeTransformSessionId",
3015-
"required": true
3016-
},
3017-
{
3018-
"type": "codeTransformStartSrcComponents",
3019-
"required": true
3020-
}
3021-
]
3022-
},
30232999
{
30243000
"name": "codeTransform_jobArtifactDownloadAndDeserializeTime",
30253001
"description": "A timestamp for when the job is ending download zip contents",
@@ -3064,16 +3040,6 @@
30643040
}
30653041
]
30663042
},
3067-
{
3068-
"name": "codeTransform_jobIsCanceledFromUserPopupClick",
3069-
"description": "The code transform button to initiate the pre transform user modal.",
3070-
"metadata": [
3071-
{
3072-
"type": "codeTransformSessionId",
3073-
"required": true
3074-
}
3075-
]
3076-
},
30773043
{
30783044
"name": "codeTransform_jobIsCancelledByUser",
30793045
"description": "After a job is running the user has the ability to cancel the job.",
@@ -3142,16 +3108,6 @@
31423108
}
31433109
]
31443110
},
3145-
{
3146-
"name": "codeTransform_jobIsStartedFromUserPopupClick",
3147-
"description": "The user initiates a transform job from the pre transform user modal window.",
3148-
"metadata": [
3149-
{
3150-
"type": "codeTransformSessionId",
3151-
"required": true
3152-
}
3153-
]
3154-
},
31553111
{
31563112
"name": "codeTransform_jobStartedCompleteFromPopupDialog",
31573113
"passive": true,
@@ -3222,6 +3178,10 @@
32223178
{
32233179
"type": "codeTransformSessionId",
32243180
"required": true
3181+
},
3182+
{
3183+
"type": "codeTransformTotalByteSize",
3184+
"required": false
32253185
}
32263186
]
32273187
},

0 commit comments

Comments
 (0)