From e2c6724aeaf7f669f421386b47046c0a3ce91824 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 20 Jun 2023 08:50:30 -0700 Subject: [PATCH] Update semantic_conventions/http-common.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Neumüller --- semantic_conventions/http-common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_conventions/http-common.yaml b/semantic_conventions/http-common.yaml index 2ca14688d5..3a4ed4dc62 100644 --- a/semantic_conventions/http-common.yaml +++ b/semantic_conventions/http-common.yaml @@ -42,7 +42,7 @@ groups: brief: 'HTTP request method.' examples: ["GET", "POST", "HEAD"] note: | - HTTP request method value SHOULD be known to the instrumentation. + HTTP request method value SHOULD be "known" to the instrumentation. By default, this convention defines "known" methods as the ones listed in [RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-methods) and the PATCH method defined in [RFC5789](https://www.rfc-editor.org/rfc/rfc5789.html).