scout_apm 2.4.2 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.markdown +4 -0
- data/lib/scout_apm/agent.rb +3 -7
- data/lib/scout_apm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b8e456f2a8aa317fd9b2c6fdcbdd0b1fe5a5609
|
|
4
|
+
data.tar.gz: 5cff8d270a43db7458ccc0e3cb1ce69b9080f30d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b64cc8052ef1a8aa7a23873f4c554bebedab4c33ec94f6c5cb1b76e918ba0c95e5d015666e95d3a1efe4bf658e0e652f0ca8390ebee949fb66e1b5cb0b280e73
|
|
7
|
+
data.tar.gz: feea8fc217559d5aad2ee4e53727f300bb50b37f515b2c97ec120be029014cb51b3890179681c6e7833045150a06512b3ac0e950f2fab2cb6cc78ee7d996e133
|
data/CHANGELOG.markdown
CHANGED
data/lib/scout_apm/agent.rb
CHANGED
|
@@ -48,13 +48,6 @@ module ScoutApm
|
|
|
48
48
|
context.installed!
|
|
49
49
|
|
|
50
50
|
if ScoutApm::Agent::Preconditions.check?(context) || force
|
|
51
|
-
# XXX: Should this happen at application start?
|
|
52
|
-
# Should this ever happen after fork?
|
|
53
|
-
# We start a thread in this, which can screw stuff up when we then fork.
|
|
54
|
-
#
|
|
55
|
-
# Save it into a variable to prevent it from ever running twice
|
|
56
|
-
@app_server_load ||= AppServerLoad.new(context).run
|
|
57
|
-
|
|
58
51
|
start
|
|
59
52
|
end
|
|
60
53
|
end
|
|
@@ -75,6 +68,9 @@ module ScoutApm
|
|
|
75
68
|
|
|
76
69
|
log_environment
|
|
77
70
|
|
|
71
|
+
# Save it into a variable to prevent it from ever running twice
|
|
72
|
+
@app_server_load ||= AppServerLoad.new(context).run
|
|
73
|
+
|
|
78
74
|
start_background_worker
|
|
79
75
|
end
|
|
80
76
|
|
data/lib/scout_apm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout_apm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derek Haynes
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-01-
|
|
12
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: minitest
|