lib/instana/config.rb in instana-1.4.11 vs lib/instana/config.rb in instana-1.5.0

- old
+ new

@@ -37,9 +37,10 @@ @config[:active_record] = { :enabled => true } @config[:dalli] = { :enabled => true } @config[:excon] = { :enabled => true } @config[:nethttp] = { :enabled => true } @config[:'rest-client'] = { :enabled => true } + @config[:grpc] = { :enabled => true } end def [](key) @config[key.to_sym] end