From b11f7af3e034001f12a95054926e1b4a44d02221 Mon Sep 17 00:00:00 2001 From: Mateusz Rzeszutek Date: Mon, 30 Aug 2021 19:57:49 +0200 Subject: [PATCH] Reference footnote [2] --- specification/trace/semantic_conventions/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/trace/semantic_conventions/http.md b/specification/trace/semantic_conventions/http.md index 0e80a12bf72..4f0723eddb4 100644 --- a/specification/trace/semantic_conventions/http.md +++ b/specification/trace/semantic_conventions/http.md @@ -91,8 +91,8 @@ It is recommended to also use the general [network attributes][], especially `ne | Attribute | Type | Description | Examples | Required | |---|---|---|---|---| -| `http.request.header.` | string[] | HTTP request headers, `` being the HTTP Header name (case preserving), the value being the header values. [1] | `http.request.header.Content-Type=["application/json"]`; `http.request.header.X-Forwarded-for=["1.2.3.4", "1.2.3.5"]` | No | -| `http.response.header.` | string[] | HTTP response headers, `` being the HTTP Header name (case preserving), the value being the header values. [1] | `http.response.header.Content-Type=["application/json"]`; `http.response.header.My-custom-header=["abc", "def"]` | No | +| `http.request.header.` | string[] | HTTP request headers, `` being the HTTP Header name (case preserving), the value being the header values. [1] [2] | `http.request.header.Content-Type=["application/json"]`; `http.request.header.X-Forwarded-for=["1.2.3.4", "1.2.3.5"]` | No | +| `http.response.header.` | string[] | HTTP response headers, `` being the HTTP Header name (case preserving), the value being the header values. [1] [2] | `http.response.header.Content-Type=["application/json"]`; `http.response.header.My-custom-header=["abc", "def"]` | No | **[1]:** Certain headers MAY be sanitized or omitted to avoid leaking sensitive information.