Class: OpenTelemetry::Instrumentation::Mysql2::Instrumentation
- Inherits:
-
Base
- Object
- Base
- OpenTelemetry::Instrumentation::Mysql2::Instrumentation
- 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
-
#propagator ⇒ Object
readonly
Returns the value of attribute propagator.
Instance Attribute Details
#propagator ⇒ Object (readonly)
Returns the value of attribute propagator.
29 30 31 |
# File 'lib/opentelemetry/instrumentation/mysql2/instrumentation.rb', line 29 def propagator @propagator end |