Skip to content

Commit 697f15d

Browse files
authored
Added tracing header documentation
1 parent cbc12c9 commit 697f15d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@ By default the logs are pulled from the inference server. Logs include the conso
8888

8989
You can also get logs from the storage initializer container by passing `–-container storage-initializer`. These logs contain information on whether code and model data were successfully downloaded to the container.
9090

91-
Add `--help` and/or `--debug` to commands to see more information. Include the `x-ms-client-request-id` header to help with troubleshooting.
91+
Add `--help` and/or `--debug` to commands to see more information.
92+
93+
## Request Tracing
94+
95+
There are three supported tracing headers:
96+
97+
- `x-request-id` is reserved for server tracing. We override this header to ensure it is a valid GUID. **When creating support tickets for failed requests, attach the failed request ids to expedite investigations.**
98+
- `x-ms-request-id` and `x-ms-client-request-id` are available for client tracing scenarios. We sanitize these headers to remove non-alphanumeric symbols. These headers are truncated to 72 characters.
9299

93100
## Common deployment errors
94101

0 commit comments

Comments
 (0)