From 94af2957cb4aefd18bae778b7b80d360459551ff Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 3 Nov 2023 10:55:39 -0700 Subject: [PATCH] On ... --- content/en/blog/2023/http-conventions-declared-stable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/2023/http-conventions-declared-stable.md b/content/en/blog/2023/http-conventions-declared-stable.md index 89e3400f4669..5c934ae4a85f 100644 --- a/content/en/blog/2023/http-conventions-declared-stable.md +++ b/content/en/blog/2023/http-conventions-declared-stable.md @@ -71,15 +71,15 @@ to | --- | --- | | `http.method` → `http.request.method` | Now captures only 9 common HTTP methods by default (configurable) plus `_OTHER` | | `http.status_code` → `http.response.status_code` | | -| `http.request.header.` | • Dash (`"-"`) to underscore (`"_"`) normalization in `` has been removed
• HTTP server spans: now must be provided to sampler | +| `http.request.header.` | • Dash (`"-"`) to underscore (`"_"`) normalization in `` has been removed
• On HTTP server spans: now must be provided to sampler | | `http.response.header.` | Dash (`"-"`) to underscore (`"_"`) normalization in `` has been removed | | `http.request_content_length` → `http.request.body.size` | • Recommended → Opt-In
• _Not marked stable yet_ | | `http.response_content_length` → `http.response.body.size` | • Recommended → Opt-In
• _Not marked stable yet_ | -| `user_agent.original` | • HTTP client spans: Recommended → Opt-In
• HTTP server spans: now must be provided to sampler
• See note if [migrating from <= v1.18.0](#migrating-from--v1180) | +| `user_agent.original` | • On HTTP client spans: Recommended → Opt-In
• On HTTP server spans: now must be provided to sampler
• See note if [migrating from <= v1.18.0](#migrating-from--v1180) | | `net.protocol.name` → `network.protocol.name` | Recommended → Conditionally required if not `http` and `network.protocol.version` is set | | `net.protocol.version` → `network.protocol.version` | • Examples fixed: `2.0` → `2` and `3.0` → `3`
• See note if [migrating from <= v1.19.0](#migrating-from--v1190) | | `net.sock.family` | Removed | -| `net.sock.peer.addr` → `network.peer.address` | HTTP server spans: if `http.client_ip` was unknown, then also `net.sock.peer.addr` → `client.address`; `client.address` must be provided to sampler | +| `net.sock.peer.addr` → `network.peer.address` | On HTTP server spans: if `http.client_ip` was unknown, then also `net.sock.peer.addr` → `client.address`; `client.address` must be provided to sampler | | `net.sock.peer.port` → `network.peer.port` | Now captured even if same as `server.port` | | `net.sock.peer.name` | Removed | | New: `http.request.method_original` | Only captured when `http.request.method` is `_OTHER` |