lib/instana/tracing/span.rb in instana-1.6.1 vs lib/instana/tracing/span.rb in instana-1.7.0
- old
+ new
@@ -1,11 +1,11 @@
module Instana
class Span
REGISTERED_SPANS = [ :actioncontroller, :actionview, :activerecord, :excon,
:memcache, :'net-http', :rack, :render, :'rpc-client',
- :'rpc-server', :'sidekiq-client', :'sidekiq-worker' ].freeze
+ :'rpc-server', :'sidekiq-client', :'sidekiq-worker', :redis].freeze
ENTRY_SPANS = [ :rack, :'rpc-server', :'sidekiq-worker' ].freeze
- EXIT_SPANS = [ :activerecord, :excon, :'net-http', :'rpc-client', :'sidekiq-client' ].freeze
+ EXIT_SPANS = [ :activerecord, :excon, :'net-http', :'rpc-client', :'sidekiq-client', :redis ].freeze
HTTP_SPANS = [ :rack, :excon, :'net-http' ].freeze
attr_accessor :parent
attr_accessor :baggage