This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ All attributes are optional.
8383
8484| Attribute name | Description | Example value |
8585| ---------------------------| -----------------------------| ---------------------------------|
86- | "http.host" | Request URL host | "example.com" |
87- | "http.port" | Request URL port | 443 |
86+ | "http.host" | Request URL host | "example.com:779" |
8887| "http.method" | Request URL method | "GET" |
8988| "http.path" | Request URL path | "/users/25f4c31d" |
9089| "http.route" | Matched request URL route | "/users/: userID " |
@@ -103,7 +102,6 @@ known attributes/labels on supported tracing backends.
103102| "http.host" | "http.host" | "http.host" | "/http/host" |
104103| "http.method" | "http.method" | "http.method" | "/http/method" |
105104| "http.path" | "http.path" | "http.path" | "/http/path" |
106- | "http.port" | "http.port" | "http.port" | "http.port" |
107105| "http.route" | "http.route" | "http.route" | "/http/route" |
108106| "http.user_agent" | "http.user_agent" | "http.user_agent" | "/http/user_agent" |
109107| "http.status_code" | "http.status_code" | "http.status_code" | "/http/status_code" |
You can’t perform that action at this time.
0 commit comments