From eafd041e42e809feb1538c0bd86fd85224a16fe0 Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Thu, 18 Sep 2025 16:49:17 -0400 Subject: [PATCH] NH-116656: remove the case that otlp always appear as default exporter --- lib/solarwinds_apm/otel_config.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/solarwinds_apm/otel_config.rb b/lib/solarwinds_apm/otel_config.rb index 06ddeb99..2c15e285 100644 --- a/lib/solarwinds_apm/otel_config.rb +++ b/lib/solarwinds_apm/otel_config.rb @@ -25,8 +25,6 @@ def self.initialize is_lambda = SolarWindsAPM::Utils.determine_lambda - ENV['OTEL_TRACES_EXPORTER'] = ENV['OTEL_TRACES_EXPORTER'].to_s.split(',').tap { |e| e << 'otlp' unless e.include?('otlp') }.join(',') - # add response propagator to rack instrumentation resolve_response_propagator