rails-instrumentation 0.1.0 → 0.1.1
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/Appraisals +8 -0
- data/lib/rails/instrumentation/patch.rb +0 -2
- data/lib/rails/instrumentation/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c26892d66e7c765f6b96fcd43c4183992637b79d141ceadb2bca673c127c9c1
|
|
4
|
+
data.tar.gz: f8e3b2ba6d27678d736a82d4ef16c9c9f82d7d1af1b6396926dd1b574c721a84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b91a64c9f342fe3775b3691a707fd23a126abc62fb335dfa6cd0525ec74bf3f6ecd9382d78129b7200734817284e7c538ee7105a6b454428fb9d21127d72b2b1
|
|
7
|
+
data.tar.gz: 37f379774abce8a13e36a2934b547b04265e6854d301d1aae1f1d31e921034796adc3724248a39b643fc677fbe2778f77d7d85708211664ea4908d7ac72b98a7
|
data/Appraisals
CHANGED
|
@@ -9,7 +9,6 @@ module Rails
|
|
|
9
9
|
# this naming scheme 'method.class' is how we ensure that the notification in the
|
|
10
10
|
# subscriber is the same one
|
|
11
11
|
name = "#{method_name}.#{self.class.name}"
|
|
12
|
-
puts ::Rails::Instrumentation.tracer
|
|
13
12
|
scope = ::Rails::Instrumentation.tracer.start_active_span(name)
|
|
14
13
|
|
|
15
14
|
# skip adding tags here. Getting the complete set of information is
|
|
@@ -30,7 +29,6 @@ module Rails
|
|
|
30
29
|
end
|
|
31
30
|
|
|
32
31
|
def self.restore_process_action(klass: ::ActionController::Instrumentation)
|
|
33
|
-
puts klass.respond_to? :process_action_original, true
|
|
34
32
|
klass.class_eval do
|
|
35
33
|
remove_method :process_action
|
|
36
34
|
alias_method :process_action, :process_action_original
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-instrumentation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ashwin Chandrasekar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: opentracing
|