From 477f15e74655673a74e61b595c606441deeaa177 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 8 Mar 2024 13:16:27 -0800 Subject: [PATCH] Two fixes to HTTP semconv migration guide --- docs/http/migration-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/http/migration-guide.md b/docs/http/migration-guide.md index 16336c73b3..dbe8effa00 100644 --- a/docs/http/migration-guide.md +++ b/docs/http/migration-guide.md @@ -86,6 +86,8 @@ References: | `http.client_ip` → `client.address` | If `http.client_ip` was unknown (i.e., no [X-Forwarded-For][], [Forwarded#for][] headers), then `net.sock.peer.addr` → `client.address`; now must be provided to sampler | | `net.host.name` → `server.address` | Now based only on [Host][Host header], [:authority][HTTP/2 authority], [X-Forwarded-Host][], [Forwarded#host][] headers | | `net.host.port` → `server.port` | Now based only on [Host][Host header], [:authority][HTTP/2 authority], [X-Forwarded-Host][X-Forwarded-Host], [Forwarded#host][] headers | +| `net.sock.host.addr` → `network.local.address` | (Still Opt-In) | +| `net.sock.host.port` → `network.local.port` | Conditionally required → Opt-In | References: