Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

OTel Semantic convention #943

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/sdk/performance/span-data-conventions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Below describes the conventions for the Span interface for the `data` field on t
| `http.query` | string | The Query string present in the URL. | `?foo=bar&bar=baz` |
| `http.fragment` | string | The Fragments present in the URL. | `#foo=bar` |
| `http.method` | string | The HTTP method used. | `GET` |
| `http.status_code` | string | The status HTTP response. | `404` |
| `http.response.status_code` | int | The status HTTP response. | `404` |
| `http.response_content_length` | number | The encoded body size of the response. | `123` |
| `http.decoded_response_body_length` | number | The decoded body size of the response. | `456` |
| `http.response_transfer_size` | number | The transfer size of the response. | `789` |
Expand Down