Skip to content

Commit 6785956

Browse files
committed
squash: remove n/a
1 parent 9b6e48e commit 6785956

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/ethon/lib/opentelemetry/instrumentation/ethon/patches/old

1 file changed

+1
-1
lines changed

instrumentation/ethon/lib/opentelemetry/instrumentation/ethon/patches/old/easy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def reset
6969
end
7070

7171
def otel_before_request
72-
method = 'N/A' # Could be GET or not HTTP at all
72+
method = '_OTHER' # Could be GET or not HTTP at all
7373
method = @otel_method if instance_variable_defined?(:@otel_method) && !@otel_method.nil?
7474

7575
normalized_method, _original_method = HttpHelper.normalize_method(method)

0 commit comments

Comments
 (0)