promiscuous-newrelic 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ DependencyDetection.defer do
|
|
19
19
|
worker_type = type == 'publisher' ? "Publishers" : "Subscribers"
|
20
20
|
|
21
21
|
perform_action_with_newrelic_trace(:class_name => type,
|
22
|
-
:category => "
|
22
|
+
:category => "Promiscuous/#{worker_type}") do
|
23
23
|
unit_of_work_without_rpm(type, &block)
|
24
24
|
end
|
25
25
|
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:
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -68,8 +68,8 @@ executables: []
|
|
68
68
|
extensions: []
|
69
69
|
extra_rdoc_files: []
|
70
70
|
files:
|
71
|
-
- lib/promiscuous/new_relic/version.rb
|
72
71
|
- lib/promiscuous/new_relic/instrumentation.rb
|
72
|
+
- lib/promiscuous/new_relic/version.rb
|
73
73
|
- lib/promiscuous-newrelic.rb
|
74
74
|
- README.md
|
75
75
|
homepage: http://github.com/crowdtap/promiscuous-newrelic
|