Fix HTTP span example (#576)

`host.port` was renamed to `net.host.port` in #349
This commit is contained in:
Armin Ruech 2020-04-28 15:29:29 +02:00 committed by GitHub
parent 1053fa3898
commit 709940084a
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ Span name: `/webshop/articles/:article_id`.
| `http.target` | `"/webshop/articles/4?s=1"` | | `http.target` | `"/webshop/articles/4?s=1"` |
| `http.host` | `"example.com:8080"` | | `http.host` | `"example.com:8080"` |
| `http.server_name` | `"example.com"` | | `http.server_name` | `"example.com"` |
| `host.port` | `8080` | | `net.host.port` | `8080` |
| `http.scheme` | `"https"` | | `http.scheme` | `"https"` |
| `http.route` | `"/webshop/articles/:article_id"` | | `http.route` | `"/webshop/articles/:article_id"` |
| `http.status_code` | `200` | | `http.status_code` | `200` |