Skip to content

Commit

Permalink
Two fixes to HTTP semconv migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Mar 8, 2024
1 parent c8b6163 commit 477f15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/http/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
<!-- prettier-ignore-end -->

References:
Expand Down

0 comments on commit 477f15e

Please sign in to comment.