Class: OpenTelemetry::Instrumentation::ActiveRecord::Instrumentation

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

Overview

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

Constant Summary collapse

MINIMUM_VERSION =
Gem::Version.new('6.0.0')
MAX_MAJOR_VERSION =
7