promiscuous-newrelic 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -31,15 +31,15 @@ DependencyDetection.defer do
|
|
31
31
|
Promiscuous::Worker.module_eval do
|
32
32
|
class << self
|
33
33
|
alias_method :replicate_without_rpm, :replicate
|
34
|
-
alias_method :
|
34
|
+
alias_method :kill_without_rpm, :kill
|
35
35
|
|
36
36
|
def replicate(options={})
|
37
37
|
NewRelic::Agent.manual_start
|
38
38
|
replicate_without_rpm(options)
|
39
39
|
end
|
40
40
|
|
41
|
-
def
|
42
|
-
|
41
|
+
def kill
|
42
|
+
kill_without_rpm
|
43
43
|
NewRelic::Agent.shutdown
|
44
44
|
end
|
45
45
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promiscuous-newrelic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2013-01-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: newrelic_rpm
|
@@ -68,8 +68,8 @@ executables: []
|
|
68
68
|
extensions: []
|
69
69
|
extra_rdoc_files: []
|
70
70
|
files:
|
71
|
-
- lib/promiscuous/new_relic/instrumentation.rb
|
72
71
|
- lib/promiscuous/new_relic/version.rb
|
72
|
+
- lib/promiscuous/new_relic/instrumentation.rb
|
73
73
|
- lib/promiscuous-newrelic.rb
|
74
74
|
- README.md
|
75
75
|
homepage: http://github.com/crowdtap/promiscuous-newrelic
|