Class: OpenTelemetry::Instrumentation::Grape::Instrumentation

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

Overview

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

Constant Summary collapse

MINIMUM_VERSION =

Minimum Grape version needed for compatibility with this instrumentation

Gem::Version.new('1.2.0')