Module: OpenTelemetry::SDK::Logs::ConfiguratorPatch
- Defined in:
 - lib/opentelemetry/sdk/logs/configuration_patch.rb
 
Overview
The ConfiguratorPatch implements a hook to configure the logs portion of the SDK.
Instance Method Summary collapse
Instance Method Details
#add_log_record_processor(log_record_processor) ⇒ Object
      15 16 17  | 
    
      # File 'lib/opentelemetry/sdk/logs/configuration_patch.rb', line 15 def add_log_record_processor(log_record_processor) @log_record_processors << log_record_processor end  |