diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index 494660f54..6caa61499 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -1848,6 +1848,11 @@ "type": "string", "description": "Request ID (if any) associated with a metric. For example, an event with `requestServiceType: s3` means that the request ID is associated with an S3 API call. Events that cover multiple API calls should use the request ID of the most recent call." }, + { + "name": "requestId2", + "type": "string", + "description": "A special token that is used together with the request ID header to help AWS troubleshoot problems. For example, this has to be provided with requestId when debugging S3 upload errors." + }, { "name": "requestServiceType", "type": "string", @@ -2479,6 +2484,10 @@ "type": "requestId", "required": false }, + { + "type": "requestId2", + "required": false + }, { "type": "requestServiceType", "required": false