lib/ddtrace/tracer.rb in ddtrace-0.8.1 vs lib/ddtrace/tracer.rb in ddtrace-0.8.2

- old
+ new

@@ -16,10 +16,10 @@ # example, a trace can be used to track the entire time spent processing a complicated web request. # Even though the request may require multiple resources and machines to handle the request, all # of these function calls and sub-requests would be encapsulated within a single trace. # rubocop:disable Metrics/ClassLength class Tracer - attr_reader :writer, :sampler, :services, :tags + attr_reader :writer, :sampler, :services, :tags, :provider attr_accessor :enabled attr_writer :default_service # Global, memoized, lazy initialized instance of a logger that is used within the the Datadog # namespace. This logger outputs to +STDOUT+ by default, and is considered thread-safe.