Skip to content

Commit bf4404b

Browse files
committed
telemetry(amazonq): Add id2 and logging for createUpload metrics
1 parent 74e58e1 commit bf4404b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,11 @@
15491549
"type": "string",
15501550
"description": "Metric-defined identifier"
15511551
},
1552+
{
1553+
"name": "id2",
1554+
"type": "string",
1555+
"description": "x-amz-id-2 for S3 Upload Debugging"
1556+
},
15521557
{
15531558
"name": "includesFix",
15541559
"type": "boolean",
@@ -2486,6 +2491,10 @@
24862491
{
24872492
"type": "result",
24882493
"required": false
2494+
},
2495+
{
2496+
"type": "id2",
2497+
"required": false
24892498
}
24902499
]
24912500
},

0 commit comments

Comments
 (0)