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 bfcc9f3 commit 7425a70Copy full SHA for 7425a70
instrumentation/trilogy/lib/opentelemetry/instrumentation/trilogy/patches/client.rb
@@ -17,7 +17,7 @@ def initialize(options = {})
17
@connection_options = options # This is normally done by Trilogy#initialize
18
19
tracer.in_span(
20
- 'connect',
+ 'tcp.connect',
21
attributes: client_attributes.merge!(OpenTelemetry::Instrumentation::Trilogy.attributes),
22
kind: :client,
23
record_exception: config[:record_exception]
0 commit comments