rails_opentracer 0.1.9 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf94ae38c57d676666d29062f8f957e194cb8590
4
- data.tar.gz: 13d19021dec8bcb228bc7785a8f6dc02f5f4aa46
3
+ metadata.gz: 007ca17a4ad25db920ca7eae59ba68e559e37f85
4
+ data.tar.gz: 9a83643f92c493d142701e7c816b8d95be94665b
5
5
  SHA512:
6
- metadata.gz: 096a0e75f7da95a70c6f5b70f5d85340cc35641d3d3d08d096094c00e28ea1c11d66abb5823072315703722a623ec98c1739831dad1a9b8ce3835316c7c54d4c
7
- data.tar.gz: aa6192a5a4f1bf33214453e2de77e4364f5a110b4a47ea4023aaf331b5aef822b40c13766b9b915185e160d5ad054dc0658721922d890f7dfee769dbf8ad31ff
6
+ metadata.gz: 7634b42f68e69d180dda12ee0e9b45cf44c2b785b23b07b18eb7d9fb6ce54fb57a3579ef1af251cb2a9373d52044185148baa38013bb81764e2a875abdbe9d3e
7
+ data.tar.gz: 101fcdfc155b67964d8c528abab6ef1cacfff54bfb328c62f56c76d7d4e3d02ecdc89c12ecaddfc556ca5569c916cc444373c2c86c7c78fca37043e7359b9644
@@ -6,7 +6,7 @@ module ActiveRecord
6
6
  def instrument(tracer: OpenTracing.global_tracer, active_span: nil)
7
7
  clear_subscribers
8
8
  @subscriber = ::ActiveSupport::Notifications.subscribe('sql.active_record') do |*args|
9
- ActiveRecord::Tracer.sql(tracer: tracer, active_span: active_span, args: args)
9
+ ActiveRecord::Opentracer.sql(tracer: tracer, active_span: active_span, args: args)
10
10
  end
11
11
 
12
12
  self
@@ -1,3 +1,3 @@
1
1
  module RailsOpentracer
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_opentracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Erasmus