Update DistributedTracing.md (#3715)

Fix typo
This commit is contained in:
Rick Winter 2022-06-16 12:44:37 -07:00 committed by GitHub
parent 1d9f44bc4e
commit f7a7d3e045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,4 +245,4 @@ Generated traces have the following attributes:
| `http.status_code` | HTTP status code returned by the service | HTTP Spans.
| `http.user_agent` | The value of the `User-Agent` HTTP header sent to the service | HTTP Spans.
| `requestId` | The value of the `x-ms-client-request-id` header sent by the client | HTTP Spans.
| `serviceRequestId` | The value -f the `x-ms-request-id` sent by the server | HTTP Spans.
| `serviceRequestId` | The value of the `x-ms-request-id` sent by the server | HTTP Spans.