Skip to content

Commit

Permalink
query is sampling relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Apr 11, 2023
1 parent 604baab commit b995230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions semantic_conventions/trace/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ groups:
- ref: net.sock.host.addr
requirement_level: opt_in
- ref: net.sock.host.port
- ref: url.path
sampling_relevant: true
requirement_level: required
- ref: url.scheme
sampling_relevant: true
requirement_level: required
examples: ["http", "https"]
- ref: url.path
sampling_relevant: true
requirement_level: required
- ref: url.query
sampling_relevant: true
requirement_level:
conditionally_required: if available.
1 change: 1 addition & 0 deletions specification/trace/semantic_conventions/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ Following attributes MUST be provided **at span creation time** (when provided a
* [`net.host.name`](span-general.md)
* [`net.host.port`](span-general.md)
* `url.path`
* `url.query`
* `url.scheme`
<!-- endsemconv -->

Expand Down

0 comments on commit b995230

Please sign in to comment.