Skip to content

Commit 5fbd844

Browse files
authored
Merge pull request #89956 from Mutilar/master
Added tracing header documentation
2 parents 5e0a989 + 346b644 commit 5fbd844

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,18 @@ 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's a valid GUID.
98+
99+
> [!Note]
100+
> When you create a support ticket for a failed request, attach the failed request ID to expedite investigation.
101+
102+
- `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.
92103

93104
## Common deployment errors
94105

0 commit comments

Comments
 (0)