We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resource:
1 parent a86b7c0 commit 7b06ceaCopy full SHA for 7b06cea
lib/async/http/server.rb
@@ -94,7 +94,7 @@ def call(request)
94
attributes["http.protocol"] = protocol
95
end
96
97
- Traces.trace("async.http.server.call", resource: "#{request.method} #{request.path}", attributes: attributes) do |span|
+ Traces.trace("async.http.server.call", attributes: attributes) do |span|
98
super.tap do |response|
99
if status = response&.status
100
span["http.status_code"] = status
releases.md
@@ -1,5 +1,9 @@
1
# Releases
2
3
+## Unreleased
4
+
5
+ - Don't emit `resource:` keyword argument in traces - it's unsupported by OpenTelemetry.
6
7
## v0.88.0
8
9
### Support custom protocols with options
0 commit comments