Class: Datadog::Contrib::Sneakers::Integration
- Inherits:
-
Object
- Object
- Datadog::Contrib::Sneakers::Integration
- Includes:
- Integration
- Defined in:
- lib/ddtrace/contrib/sneakers/integration.rb
Overview
Description of Sneakers integration
Constant Summary collapse
- MINIMUM_VERSION =
Gem::Version.new('2.12.0')
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Integration
Class Method Details
.compatible? ⇒ Boolean
27 28 29 |
# File 'lib/ddtrace/contrib/sneakers/integration.rb', line 27 def self.compatible? super && version >= MINIMUM_VERSION end |
.loaded? ⇒ Boolean
23 24 25 |
# File 'lib/ddtrace/contrib/sneakers/integration.rb', line 23 def self.loaded? !defined?(::Sneakers).nil? end |
.version ⇒ Object
19 20 21 |
# File 'lib/ddtrace/contrib/sneakers/integration.rb', line 19 def self.version Gem.loaded_specs['sneakers'] && Gem.loaded_specs['sneakers'].version end |
Instance Method Details
#default_configuration ⇒ Object
31 32 33 |
# File 'lib/ddtrace/contrib/sneakers/integration.rb', line 31 def default_configuration Configuration::Settings.new end |
#patcher ⇒ Object
35 36 37 |
# File 'lib/ddtrace/contrib/sneakers/integration.rb', line 35 def patcher Patcher end |