class Datadog::Tracing::Contrib::Lograge::Integration
Description of Lograge integration
def self.compatible?
def self.compatible? super && version >= MINIMUM_VERSION end
def self.loaded?
def self.loaded? !defined?(::Lograge::LogSubscribers::Base).nil? end
def self.version
def self.version Gem.loaded_specs['lograge'] && Gem.loaded_specs['lograge'].version end
def auto_instrument?
so can safely say this shouldn't ever be part of auto instrumentation
enabled by rails integration and has a hard dependancy on rails
def auto_instrument? false end
def new_configuration
def new_configuration Configuration::Settings.new end
def patcher
def patcher Patcher end