lib/instana/tracing/span.rb in instana-1.5.2 vs lib/instana/tracing/span.rb in instana-1.6.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' ].freeze - ENTRY_SPANS = [ :rack, :'rpc-server' ].freeze - EXIT_SPANS = [ :activerecord, :excon, :'net-http', :'rpc-client' ].freeze + :'rpc-server', :'sidekiq-client', :'sidekiq-worker' ].freeze + ENTRY_SPANS = [ :rack, :'rpc-server', :'sidekiq-worker' ].freeze + EXIT_SPANS = [ :activerecord, :excon, :'net-http', :'rpc-client', :'sidekiq-client' ].freeze HTTP_SPANS = [ :rack, :excon, :'net-http' ].freeze attr_accessor :parent attr_accessor :baggage