From 709940084ac799a7364c99ee678c8314ba95e66d Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Tue, 28 Apr 2020 15:29:29 +0200 Subject: [PATCH] Fix HTTP span example (#576) `host.port` was renamed to `net.host.port` in #349 --- specification/trace/semantic_conventions/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |