diff --git a/specification/trace/semantic_conventions/http.md b/specification/trace/semantic_conventions/http.md index 4d4f0e169..2aa4e1063 100644 --- a/specification/trace/semantic_conventions/http.md +++ b/specification/trace/semantic_conventions/http.md @@ -233,7 +233,7 @@ Span name: `/webshop/articles/:article_id`. | `http.target` | `"/webshop/articles/4?s=1"` | | `http.host` | `"example.com:8080"` | | `http.server_name` | `"example.com"` | -| `host.port` | `8080` | +| `net.host.port` | `8080` | | `http.scheme` | `"https"` | | `http.route` | `"/webshop/articles/:article_id"` | | `http.status_code` | `200` |