lib/instana/tracing/span.rb in instana-1.0.3 vs lib/instana/tracing/span.rb in instana-1.1.0
- old
+ new
@@ -1,7 +1,7 @@
module Instana
class Span
- REGISTERED_SPANS = [ :rack, :'net-http', :excon ].freeze
+ REGISTERED_SPANS = [ :rack, :'net-http', :excon, :memcache ].freeze
ENTRY_SPANS = [ :rack ].freeze
EXIT_SPANS = [ :'net-http', :excon ].freeze
HTTP_SPANS = ENTRY_SPANS + EXIT_SPANS
attr_accessor :parent