Skip to content

Commit

Permalink
Fix typo (#507)
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Grassi <[email protected]>
  • Loading branch information
trask and joaopgrassi authored Nov 13, 2023
1 parent 200d20f commit 68457cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/attributes-registry/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion model/registry/deprecated/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68457cb

Please sign in to comment.