# File lib/new_relic/agent/sql_sampler.rb, line 195
      def reset!
        @samples_lock.synchronize do
          @sql_traces = {}
        end
      end