Fix typo (#507)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
This commit is contained in:
parent
200d20f899
commit
68457cbe7a
|
|
@ -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` |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue