From 17e736640872a3bea14dde3eb2776fcee19cd2de Mon Sep 17 00:00:00 2001 From: Matej Klauco Date: Fri, 3 May 2024 10:10:22 +0200 Subject: [PATCH] lint fix --- docs/http/http-spans.md | 1 + model/metrics/http.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http/http-spans.md b/docs/http/http-spans.md index 8cabd77fa3..fef055fefd 100644 --- a/docs/http/http-spans.md +++ b/docs/http/http-spans.md @@ -81,6 +81,7 @@ The `{method}` MUST be `{http.request.metho In other cases (when `{http.request.method}` is set to `_OTHER`), `{method}` MUST be `HTTP`. The `{target}` SHOULD be one of the following: + - [`http.route`](/docs/attributes-registry/http.md) for HTTP Server spans - [`url.template`](/docs/attributes-registry/url.md) if enabled and available (![Experimental](https://img.shields.io/badge/-experimental-blue)) - Other value MAY be provided through custom hooks at span start time or later. diff --git a/model/metrics/http.yaml b/model/metrics/http.yaml index da19c80fff..c0996405b1 100644 --- a/model/metrics/http.yaml +++ b/model/metrics/http.yaml @@ -206,4 +206,3 @@ groups: conditionally_required: If available. note: > The `url.template` MUST have low cardinality. It is not usually available on HTTP clients, but may be known by the application or specialized HTTP instrumentation. -