We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e58e1 commit 65b1174Copy full SHA for 65b1174
telemetry/definitions/commonDefinitions.json
@@ -1549,6 +1549,11 @@
1549
"type": "string",
1550
"description": "Metric-defined identifier"
1551
},
1552
+ {
1553
+ "name": "id2",
1554
+ "type": "string",
1555
+ "description": "x-amz-id-2 for S3 Upload Debugging"
1556
+ },
1557
{
1558
"name": "includesFix",
1559
"type": "boolean",
@@ -2471,6 +2476,10 @@
2471
2476
"type": "duration",
2472
2477
"required": false
2473
2478
2479
2480
+ "type": "id2",
2481
+ "required": false
2482
2474
2483
2475
2484
"type": "reason",
2485
0 commit comments