Class: OpenTelemetry::Instrumentation::Mysql2::Instrumentation

Inherits:
Base
  • Object
show all
Defined in:
lib/opentelemetry/instrumentation/mysql2/instrumentation.rb

Overview

The Instrumentation class contains logic to detect and install the Mysql2 instrumentation

Instance Attribute Summary collapse

Instance Attribute Details

#propagatorObject (readonly)

Returns the value of attribute propagator.



29
30
31
# File 'lib/opentelemetry/instrumentation/mysql2/instrumentation.rb', line 29

def propagator
  @propagator
end