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.
1 parent c3a7804 commit 18559cfCopy full SHA for 18559cf
instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/instrumentation.rb
@@ -34,7 +34,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
34
def determine_semconv
35
stability_opt_in = ENV.fetch('OTEL_SEMCONV_STABILITY_OPT_IN', '')
36
values = stability_opt_in.split(',').map(&:strip)
37
-
+
38
if values.include?('http/dup')
39
'dup'
40
elsif values.include?('http')
0 commit comments