Class: OpenTelemetry::Instrumentation::Dalli::Instrumentation

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

Overview

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

Constant Summary collapse

MAX_VERSION =

Dalli 4.2.0+ has native OpenTelemetry instrumentation

Gem::Version.new('4.1.0')