sundawg_newrelic_rpm 3.5.8.1 → 3.5.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/new_relic/agent/sql_sampler.rb +1 -1
- data/newrelic_rpm.gemspec +1 -1
- metadata +1 -1
@@ -69,7 +69,7 @@ module NewRelic
|
|
69
69
|
data = transaction_data
|
70
70
|
clear_transaction_data
|
71
71
|
|
72
|
-
if
|
72
|
+
if data && data.sql_data.size > 0
|
73
73
|
@samples_lock.synchronize do
|
74
74
|
::NewRelic::Agent.logger.debug "Harvesting #{data.sql_data.size} slow transaction sql statement(s)"
|
75
75
|
#FIXME get tx name and uri
|
data/newrelic_rpm.gemspec
CHANGED
@@ -7,7 +7,7 @@ require 'new_relic/latest_changes'
|
|
7
7
|
|
8
8
|
Gem::Specification.new do |s|
|
9
9
|
s.name = "sundawg_newrelic_rpm"
|
10
|
-
s.version = '3.5.8.
|
10
|
+
s.version = '3.5.8.2'
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = [ "Jason Clark", "Sam Goldstein", "Michael Granger", "Jon Guymon", "Ben Weintraub" ]
|
13
13
|
s.date = Time.now.strftime('%Y-%m-%d')
|