diff --git a/docs/attributes-registry/http.md b/docs/attributes-registry/http.md index 06c8568be..2f9481a64 100644 --- a/docs/attributes-registry/http.md +++ b/docs/attributes-registry/http.md @@ -67,7 +67,7 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin | 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` | diff --git a/model/registry/deprecated/http.yaml b/model/registry/deprecated/http.yaml index dcd1b411a..915032862 100644 --- a/model/registry/deprecated/http.yaml +++ b/model/registry/deprecated/http.yaml @@ -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