[chore] Fix HTTP client-server example (#1542)

This commit is contained in:
Armin Ruech 2024-10-31 17:43:07 +01:00 committed by GitHub
parent 80988c5471
commit 14c1d79ade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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