class Datadog::Tracing::Contrib::Mysql2::Integration
Description of Mysql2 integration
def self.compatible?
def self.compatible? super && version >= MINIMUM_VERSION end
def self.loaded?
def self.loaded? !defined?(::Mysql2).nil? end
def self.version
def self.version Gem.loaded_specs['mysql2'] && Gem.loaded_specs['mysql2'].version end
def new_configuration
def new_configuration Configuration::Settings.new end
def patcher
def patcher Patcher end