From 14c1d79ade64a5fddccf337fc2b00e750e110c59 Mon Sep 17 00:00:00 2001 From: Armin Ruech <7052238+arminru@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:43:07 +0100 Subject: [PATCH] [chore] Fix HTTP client-server example (#1542) --- docs/http/http-spans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http/http-spans.md b/docs/http/http-spans.md index 9104b13bf2..4d35af435f 100644 --- a/docs/http/http-spans.md +++ b/docs/http/http-spans.md @@ -538,7 +538,7 @@ Span name: `GET /webshop/articles/:article_id`. | `http.route` | `"/webshop/articles/:article_id"` | | `http.response.status_code` | `200` | | `client.address` | `"192.0.2.4"` | -| `client.socket.address` | `"192.0.2.5"` (the client goes through a proxy) | +| `network.peer.address` | `"192.0.2.5"` (the client goes through a proxy) | | `user_agent.original` | `"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"` | ### HTTP client retries examples