ygrene_istio_tracing 1.0.8 → 1.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dc59a2284a9c3e42826f7cca0af820409d3a5df0964e22785d7f71ee612cc7f
4
- data.tar.gz: 7f9d1f3d9ba04b0ac427e6149847e4a425b811964659d067ef17f31c57cedabf
3
+ metadata.gz: 89e9232256d95436874e9a0d03a255a6f20e751f614f6408fb0369c52fcbf121
4
+ data.tar.gz: 917205cb5ed1ded205d3cf75614e690ddd50640f5845c8c729287552c5d5c4b5
5
5
  SHA512:
6
- metadata.gz: 416a886229a56cdf0983fe00de26f7a0bda7a75921dfe76f032abcf29647df2da3ac3b1e0756e07847fe635519854e87580237fb189a3ae595bf8f99dd05fb84
7
- data.tar.gz: 5767a50b2265d976b827a8c89193568e659d7b773cd8a76ad900eb47dde799158aaa824f34996a9e941d0b49e072678a80bcc3a955a3d0aa01df62c4a8359beb
6
+ metadata.gz: dc36c4e8075cc0e4ead36725514abe386ec34021bfab354a3db1291e07ace507abc31dc290198c187956259be5ad9ec193c784a2f72aa48c726877f9635fa2be
7
+ data.tar.gz: 83254677890fa739fe436689b0d604652436ae87400479bee76133bb491ca6b8149b523a65f26688f87da3f4a0f4d9dc0b86eb09bb3203f5d2d60cbe28241760
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ygrene_istio_tracing (1.0.8)
4
+ ygrene_istio_tracing (1.0.9)
5
5
  typhoeus (~> 1.3.1)
6
6
 
7
7
  GEM
@@ -17,7 +17,7 @@ module YgreneIstioTracing
17
17
  end
18
18
 
19
19
  def request(req, *args, &block)
20
- return super unless Context.exists_current?
20
+ return super unless ::YgreneIstioTracing::Tracing::Context.exists_current?
21
21
 
22
22
  headers = ::YgreneIstioTracing::Tracing::Context.current.headers
23
23
  ::YgreneIstioTracing::Tracing::PROPAGATION_HEADERS.each do |h|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YgreneIstioTracing
4
- VERSION = '1.0.8'
4
+ VERSION = '1.0.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ygrene_istio_tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Adams