gruf-lightstep 1.7.0 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42f0523963a71a169f9d7990960123fa26f564caf53493832543b03d210e387e
4
- data.tar.gz: 5c59f56d565a5886a050935ef3a68f5a631c336af8c7bc8d636614abab44b436
3
+ metadata.gz: c1dd79808bf2351ea9e81566acf17900ee0459a85ab5464185914c635ad834ff
4
+ data.tar.gz: 13c670de04f3dadc2e8b730b137f5aefdeaf6456bd5030654b35dee619c125c4
5
5
  SHA512:
6
- metadata.gz: b662cd2edb411e53ab40becf9f3c00d6e99fdb4a879776ceef674566d2109cbd039cb3e89a0253e89f774dba020e57e1a30c7ebba967a4b5bdb2669b4d2abc96
7
- data.tar.gz: 395a60874388f8d053fb515137e5422bbc9262577856cd61d6c36d18555b2f266b68fa87bb4886c0716dcd56464709fdb12a6e1c1f4a9f437e4fa27f843f01ab
6
+ metadata.gz: bca805fc707ae09038f85b1d5ed82e77cdbf28a08abf936730885ea2d483b36713e1e5a4d08e5fb596dbc806869cdf8f07b72878d31522e5f0674fd88ed877eb
7
+ data.tar.gz: e04ca80937cb6bb9439620a36cf725363e00bcb4e370c93e76da2a91fb1f55aefd896a327e8c5125ca7663e9d08eccc942ca2d10faa34914a82483619fcb0f1c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@ Changelog for the gruf-lightstep gem.
2
2
 
3
3
  ### Pending Release
4
4
 
5
+ ### 1.7.1
6
+
7
+ - Use default value of `'true'` for the `ot-tracer-sampled` value in the client interceptor instead of `'1'`
8
+
5
9
  ### 1.7.0
6
10
 
7
11
  - Add support for Ruby 3.2
@@ -28,7 +28,7 @@ module Gruf
28
28
  logger.debug "[gruf-lightstep] Injecting current active span #{span_data[:span_guid]} into outbound request context for #{request_context.method_name}"
29
29
  request_context.metadata['ot-tracer-spanid'] = span_data[:span_guid].to_s
30
30
  request_context.metadata['ot-tracer-traceid'] = span_data[:trace_guid].to_s
31
- request_context.metadata['ot-tracer-sampled'] = '1'
31
+ request_context.metadata['ot-tracer-sampled'] = 'true'
32
32
  end
33
33
 
34
34
  yield
@@ -17,6 +17,6 @@
17
17
  #
18
18
  module Gruf
19
19
  module Lightstep
20
- VERSION = '1.7.0'
20
+ VERSION = '1.7.1'
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gruf-lightstep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun McCormick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-10 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler-audit