Skip to content

Commit 7425a70

Browse files
committed
squash: revert
1 parent bfcc9f3 commit 7425a70

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/trilogy/lib/opentelemetry/instrumentation/trilogy/patches

1 file changed

+1
-1
lines changed

instrumentation/trilogy/lib/opentelemetry/instrumentation/trilogy/patches/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(options = {})
1717
@connection_options = options # This is normally done by Trilogy#initialize
1818

1919
tracer.in_span(
20-
'connect',
20+
'tcp.connect',
2121
attributes: client_attributes.merge!(OpenTelemetry::Instrumentation::Trilogy.attributes),
2222
kind: :client,
2323
record_exception: config[:record_exception]

0 commit comments

Comments
 (0)