Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2479,6 +2484,10 @@
"type": "requestId",
"required": false
},
{
"type": "requestId2",
"required": false
},
{
"type": "requestServiceType",
"required": false
Expand Down