Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klauco committed May 3, 2024
1 parent 7ec0443 commit 17e7366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/http/http-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ The <span id="method-placeholder">`{method}`</span> MUST be `{http.request.metho
In other cases (when `{http.request.method}` is set to `_OTHER`), `{method}` MUST be `HTTP`.

The <span id="target-placeholder">`{target}`</span> 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.
Expand Down
1 change: 0 additions & 1 deletion model/metrics/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 17e7366

Please sign in to comment.