From f7a7d3e045290724a995f8c07d5773b99138bc50 Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Thu, 16 Jun 2022 12:44:37 -0700 Subject: [PATCH] Update DistributedTracing.md (#3715) Fix typo --- doc/DistributedTracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DistributedTracing.md b/doc/DistributedTracing.md index ad4eb4ff0..0d3e4ee5d 100644 --- a/doc/DistributedTracing.md +++ b/doc/DistributedTracing.md @@ -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.