We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615b371 commit 389da6fCopy full SHA for 389da6f
lib/solarwinds_apm/otel_native_config.rb
@@ -60,7 +60,7 @@ def self.initialize
60
61
# set gzip compression
62
%w[TRACES METRICS LOGS].each do |signal|
63
- ENV["OTEL_EXPORTER_OTLP_#{signal}_COMPRESSION"] = 'gzip' if ENV["OTEL_EXPORTER_OTLP_#{signal}_COMPRESSION"].to_s.empty? || ENV['OTEL_EXPORTER_OTLP_COMPRESSION'].to_s.empty?
+ ENV["OTEL_EXPORTER_OTLP_#{signal}_COMPRESSION"] = 'gzip' if ENV["OTEL_EXPORTER_OTLP_#{signal}_COMPRESSION"].to_s.empty? && ENV['OTEL_EXPORTER_OTLP_COMPRESSION'].to_s.empty?
64
end
65
66
# set delta temporality
0 commit comments