Class: OpenTelemetry::Instrumentation::PG::Instrumentation
- Inherits:
-
Base
- Object
- Base
- OpenTelemetry::Instrumentation::PG::Instrumentation
- Defined in:
- lib/opentelemetry/instrumentation/pg/instrumentation.rb
Overview
The Instrumentation class contains logic to detect and install the Pg instrumentation
Constant Summary collapse
- MINIMUM_VERSION =
Gem::Version.new('1.1.0')
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.
33 34 35 |
# File 'lib/opentelemetry/instrumentation/pg/instrumentation.rb', line 33 def propagator @propagator end |