Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
This commit is contained in:
Trask Stalnaker 2023-11-13 07:21:01 -08:00 committed by GitHub
parent 200d20f899
commit 68457cbe7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin
<!-- semconv attributes.http.deprecated(omit_requirement_level) -->
| Attribute | Type | Description | Examples |
|---|---|---|---|
| `http.flavor` | string | Deprecated, use `network.procol.name` instead. | `1.0` |
| `http.flavor` | string | Deprecated, use `network.protocol.name` instead. | `1.0` |
| `http.method` | string | Deprecated, use `http.request.method` instead. | `GET`; `POST`; `HEAD` |
| `http.request_content_length` | int | Deprecated, use `http.request.header.content-length` instead. | `3495` |
| `http.response_content_length` | int | Deprecated, use `http.response.header.content-length` instead. | `3495` |

View File

@ -61,7 +61,7 @@ groups:
- id: quic
value: 'QUIC'
brief: 'QUIC protocol.'
brief: 'Deprecated, use `network.procol.name` instead.'
brief: 'Deprecated, use `network.protocol.name` instead.'
stability: deprecated
- id: user_agent
type: string