Skip to content

Commit 93dc407

Browse files
committed
query is sampling relevant
1 parent dc4407e commit 93dc407

File tree

2 files changed

+5
-3
lines changed
  • semantic_conventions/trace
  • specification/trace/semantic_conventions

2 files changed

+5
-3
lines changed

semantic_conventions/trace/http.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,14 @@ groups:
136136
- ref: net.sock.host.addr
137137
requirement_level: opt_in
138138
- ref: net.sock.host.port
139-
- ref: url.path
140-
sampling_relevant: true
141-
requirement_level: required
142139
- ref: url.scheme
143140
sampling_relevant: true
144141
requirement_level: required
145142
examples: ["http", "https"]
143+
- ref: url.path
144+
sampling_relevant: true
145+
requirement_level: required
146146
- ref: url.query
147+
sampling_relevant: true
147148
requirement_level:
148149
conditionally_required: if available.

specification/trace/semantic_conventions/http.md

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Following attributes MUST be provided **at span creation time** (when provided a
290290
* [`net.host.name`](span-general.md)
291291
* [`net.host.port`](span-general.md)
292292
* `url.path`
293+
* `url.query`
293294
* `url.scheme`
294295
<!-- endsemconv -->
295296

0 commit comments

Comments
 (0)