lib/instana/config.rb in instana-1.0.3 vs lib/instana/config.rb in instana-1.1.0
- old
+ new
@@ -19,9 +19,10 @@
# EUM Related
@config[:eum_api_key] = nil
@config[:eum_baggage] = {}
# HTTP Clients
+ @config[:dalli] = { :enabled => true }
@config[:excon] = { :enabled => true }
@config[:nethttp] = { :enabled => true }
@config[:'rest-client'] = { :enabled => true }
end