File tree 2 files changed +5
-3
lines changed
semantic_conventions/trace
specification/trace/semantic_conventions
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,14 @@ groups:
136
136
- ref : net.sock.host.addr
137
137
requirement_level : opt_in
138
138
- ref : net.sock.host.port
139
- - ref : url.path
140
- sampling_relevant : true
141
- requirement_level : required
142
139
- ref : url.scheme
143
140
sampling_relevant : true
144
141
requirement_level : required
145
142
examples : ["http", "https"]
143
+ - ref : url.path
144
+ sampling_relevant : true
145
+ requirement_level : required
146
146
- ref : url.query
147
+ sampling_relevant : true
147
148
requirement_level :
148
149
conditionally_required : if available.
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ Following attributes MUST be provided **at span creation time** (when provided a
290
290
* [ ` net.host.name ` ] ( span-general.md )
291
291
* [ ` net.host.port ` ] ( span-general.md )
292
292
* ` url.path `
293
+ * ` url.query `
293
294
* ` url.scheme `
294
295
<!-- endsemconv -->
295
296
You can’t perform that action at this time.
0 commit comments