From a19e1343c9f86d82ae09ff56235d8985851f9f93 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 13 Jun 2023 20:22:24 -0700 Subject: [PATCH] lint --- 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 84553bd237..71fecc6aac 100644 --- a/semantic_conventions/http-common.yaml +++ b/semantic_conventions/http-common.yaml @@ -44,7 +44,7 @@ groups: note: | HTTP request method SHOULD be one of the methods defined in [RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-methods) or the PATCH method defined in [RFC5789](https://www.rfc-editor.org/rfc/rfc5789.html). - + General-purpose HTTP instrumentations SHOULD allow overriding the list of known HTTP methods with OTEL_INSTRUMENTATION_HTTP_KNOWN_METHODS environment variable, containing a comma-separated list of case-sensitive known HTTP methods.