opentelemetry-exporter-jaeger 0.23.0 → 0.24.0

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: ef3b24be2237117cc7e1dfd8234b0a1c0670831c22e9453edc799e96abf04fed
4
- data.tar.gz: 55d0c453049ce932bef75f8dc59ab8dbeeada7121396d48d754bc4b414de31c9
3
+ metadata.gz: 3e5c1ec1414f2003b3a779e0e10860b0d757d80e646b140618989ee953a31084
4
+ data.tar.gz: 60fc0bdb675d8794129df2026ace0e7caae23bd93c1c17004d4654a60bfa7dfb
5
5
  SHA512:
6
- metadata.gz: d27f6352a740407377d758fd9cddf31ecd80aa7c4b7ddf5510736721885b16250e7f58443043c27461189ea9b496ce8d2d421faf0f684face8eb849f2bf26e7c
7
- data.tar.gz: d18202cc74f9adb6ce0a84df2f6072821940b07d3d9f6afe5a43302e996a2086703f245ae8ffb107a64561006fc514760582b51d9b0463adce6fdf86f9a1788e
6
+ metadata.gz: 36895d408c0462755b728bcaa549103d89a1f24f573a5fb3ed787c47792c85dee48184eba7bd3a030fa2b839ec7c6f2211fa6645f717a63538a1c672672e16a1
7
+ data.tar.gz: 363238767f7aee98311b51a9fbe69da139e7caa8c5245124b97770eef7bde82c768feda90cba90f6a9c202312c5c73ca7e8bc1a05f26c7da29e9b54389359e58
data/CHANGELOG.md CHANGED
@@ -1,111 +1,115 @@
1
1
  # Release History: opentelemetry-exporter-jaeger
2
2
 
3
+ ### v0.24.0 / 2025-02-25
4
+
5
+ - ADDED: Support 3.1 Min Version
6
+
3
7
  ### v0.23.0 / 2023-06-08
4
8
 
5
- * BREAKING CHANGE: Remove support for EoL Ruby 2.7
9
+ - BREAKING CHANGE: Remove support for EoL Ruby 2.7
6
10
 
7
- * ADDED: Remove support for EoL Ruby 2.7
11
+ - ADDED: Remove support for EoL Ruby 2.7
8
12
 
9
13
  ### v0.22.0 / 2022-09-14
10
14
 
11
- * ADDED: Add dropped events/attributes/links counts to zipkin + jaeger exporters
12
- * ADDED: Metrics reporter for Jaeger collector exporter
13
- * ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
15
+ - ADDED: Add dropped events/attributes/links counts to zipkin + jaeger exporters
16
+ - ADDED: Metrics reporter for Jaeger collector exporter
17
+ - ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
14
18
 
15
19
  ### v0.21.0 / 2022-06-09
16
20
 
17
- * (No significant changes)
21
+ - (No significant changes)
18
22
 
19
23
  ### v0.20.2 / 2022-05-02
20
24
 
21
- * DOCS: Fix exporter port in Jaeger exporter readme
25
+ - DOCS: Fix exporter port in Jaeger exporter readme
22
26
 
23
27
  ### v0.20.1 / 2021-09-29
24
28
 
25
- * (No significant changes)
29
+ - (No significant changes)
26
30
 
27
31
  ### v0.20.0 / 2021-08-12
28
32
 
29
- * ADDED: OTEL_EXPORTER_JAEGER_TIMEOUT env var
30
- * DOCS: Update docs to rely more on environment variable configuration
33
+ - ADDED: OTEL_EXPORTER_JAEGER_TIMEOUT env var
34
+ - DOCS: Update docs to rely more on environment variable configuration
31
35
 
32
36
  ### v0.19.0 / 2021-06-23
33
37
 
34
- * BREAKING CHANGE: Total order constraint on span.status=
38
+ - BREAKING CHANGE: Total order constraint on span.status=
35
39
 
36
- * FIXED: Total order constraint on span.status=
40
+ - FIXED: Total order constraint on span.status=
37
41
 
38
42
  ### v0.18.0 / 2021-05-21
39
43
 
40
- * BREAKING CHANGE: Replace Time.now with Process.clock_gettime
44
+ - BREAKING CHANGE: Replace Time.now with Process.clock_gettime
41
45
 
42
- * ADDED: Export to jaeger collectors w/ self-signed certs
43
- * FIXED: Replace Time.now with Process.clock_gettime
44
- * FIXED: Rename constant to hide warning message
45
- * FIXED: Index a link trace_id in middle rather than end
46
+ - ADDED: Export to jaeger collectors w/ self-signed certs
47
+ - FIXED: Replace Time.now with Process.clock_gettime
48
+ - FIXED: Rename constant to hide warning message
49
+ - FIXED: Index a link trace_id in middle rather than end
46
50
 
47
51
  ### v0.17.0 / 2021-04-22
48
52
 
49
- * ADDED: Add zipkin exporter
53
+ - ADDED: Add zipkin exporter
50
54
 
51
55
  ### v0.16.0 / 2021-03-17
52
56
 
53
- * BREAKING CHANGE: Implement Exporter#force_flush
57
+ - BREAKING CHANGE: Implement Exporter#force_flush
54
58
 
55
- * ADDED: Implement Exporter#force_flush
56
- * DOCS: Replace Gitter with GitHub Discussions
59
+ - ADDED: Implement Exporter#force_flush
60
+ - DOCS: Replace Gitter with GitHub Discussions
57
61
 
58
62
  ### v0.15.0 / 2021-02-18
59
63
 
60
- * BREAKING CHANGE: Streamline processor pipeline
64
+ - BREAKING CHANGE: Streamline processor pipeline
61
65
 
62
- * FIXED: Streamline processor pipeline
66
+ - FIXED: Streamline processor pipeline
63
67
 
64
68
  ### v0.14.0 / 2021-02-03
65
69
 
66
- * (No significant changes)
70
+ - (No significant changes)
67
71
 
68
72
  ### v0.13.0 / 2021-01-29
69
73
 
70
- * ADDED: Provide default resource in SDK
71
- * ADDED: Add untraced wrapper to common utils
72
- * FIXED: Jaeger ref type should be FOLLOWS_FROM
74
+ - ADDED: Provide default resource in SDK
75
+ - ADDED: Add untraced wrapper to common utils
76
+ - FIXED: Jaeger ref type should be FOLLOWS_FROM
73
77
 
74
78
  ### v0.12.0 / 2020-12-24
75
79
 
76
- * ADDED: Structured error handling
80
+ - ADDED: Structured error handling
77
81
 
78
82
  ### v0.11.0 / 2020-12-11
79
83
 
80
- * FIXED: Copyright comments to not reference year
84
+ - FIXED: Copyright comments to not reference year
81
85
 
82
86
  ### v0.10.0 / 2020-12-03
83
87
 
84
- * (No significant changes)
88
+ - (No significant changes)
85
89
 
86
90
  ### v0.9.0 / 2020-11-27
87
91
 
88
- * BREAKING CHANGE: Add timeout for force_flush and shutdown
92
+ - BREAKING CHANGE: Add timeout for force_flush and shutdown
89
93
 
90
- * ADDED: Add timeout for force_flush and shutdown
94
+ - ADDED: Add timeout for force_flush and shutdown
91
95
 
92
96
  ### v0.8.0 / 2020-10-27
93
97
 
94
- * BREAKING CHANGE: Move context/span methods to Trace module
95
- * BREAKING CHANGE: Remove 'canonical' from status codes
96
- * BREAKING CHANGE: Assorted SpanContext fixes
98
+ - BREAKING CHANGE: Move context/span methods to Trace module
99
+ - BREAKING CHANGE: Remove 'canonical' from status codes
100
+ - BREAKING CHANGE: Assorted SpanContext fixes
97
101
 
98
- * FIXED: Move context/span methods to Trace module
99
- * FIXED: Remove 'canonical' from status codes
100
- * FIXED: Assorted SpanContext fixes
102
+ - FIXED: Move context/span methods to Trace module
103
+ - FIXED: Remove 'canonical' from status codes
104
+ - FIXED: Assorted SpanContext fixes
101
105
 
102
106
  ### v0.7.0 / 2020-10-07
103
107
 
104
- * ADDED: Add service_version setter to configurator
105
- * FIXED: Update IL attribute naming convention to match spec
106
- * DOCS: Standardize toplevel docs structure and readme
107
- * DOCS: Use BatchSpanProcessor in examples
108
+ - ADDED: Add service_version setter to configurator
109
+ - FIXED: Update IL attribute naming convention to match spec
110
+ - DOCS: Standardize toplevel docs structure and readme
111
+ - DOCS: Use BatchSpanProcessor in examples
108
112
 
109
113
  ### v0.6.0 / 2020-09-10
110
114
 
111
- * This gem was renamed from `opentelemetry-exporters-jaeger`.
115
+ - This gem was renamed from `opentelemetry-exporters-jaeger`.
data/README.md CHANGED
@@ -18,7 +18,7 @@ Generally, *libraries* that produce telemetry data should avoid depending direct
18
18
 
19
19
  Install the gem using:
20
20
 
21
- ```
21
+ ```sh
22
22
  gem install opentelemetry-sdk
23
23
  gem install opentelemetry-exporter-jaeger
24
24
  ```
@@ -104,7 +104,6 @@ The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special int
104
104
 
105
105
  The `opentelemetry-exporter-jaeger` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
106
106
 
107
-
108
107
  [jaeger-home]: https://www.jaegertracing.io
109
108
  [opentelemetry-home]: https://opentelemetry.io
110
109
  [bundler-home]: https://bundler.io
@@ -35,9 +35,9 @@ module OpenTelemetry
35
35
 
36
36
  def encoded_process(resource)
37
37
  service_name = DEFAULT_SERVICE_NAME
38
- tags = resource&.attribute_enumerator&.select do |key, value|
38
+ tags = resource&.attribute_enumerator&.reject do |key, value|
39
39
  service_name = value if key == 'service.name'
40
- key != 'service.name'
40
+ key == 'service.name'
41
41
  end
42
42
  tags = encoded_tags(tags)
43
43
  Thrift::Process.new('serviceName' => service_name, 'tags' => tags)
@@ -8,7 +8,7 @@ module OpenTelemetry
8
8
  module Exporter
9
9
  module Jaeger
10
10
  ## Current OpenTelemetry Jaeger exporter version
11
- VERSION = '0.23.0'
11
+ VERSION = '0.24.0'
12
12
  end
13
13
  end
14
14
  end
@@ -181,7 +181,7 @@ module OpenTelemetry
181
181
  # precise value possible. For example, gettimeofday or syncing nanoTime
182
182
  # against a tick of currentTimeMillis.
183
183
  #
184
- # For compatibilty with instrumentation that precede this field, collectors
184
+ # For compatibility with instrumentation that precede this field, collectors
185
185
  # or span stores can derive this via Annotation.timestamp.
186
186
  # For example, SERVER_RECV.timestamp or CLIENT_SEND.timestamp.
187
187
  #
@@ -194,7 +194,7 @@ module OpenTelemetry
194
194
  # precise measurement decoupled from problems of clocks, such as skew or NTP
195
195
  # updates causing time to move backwards.
196
196
  #
197
- # For compatibilty with instrumentation that precede this field, collectors
197
+ # For compatibility with instrumentation that precede this field, collectors
198
198
  # or span stores can derive this by subtracting Annotation.timestamp.
199
199
  # For example, SERVER_SEND.timestamp - SERVER_RECV.timestamp.
200
200
  #
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-exporter-jaeger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2025-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: base64
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 0.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 0.2.0
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: opentelemetry-api
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -170,14 +184,14 @@ dependencies:
170
184
  requirements:
171
185
  - - "~>"
172
186
  - !ruby/object:Gem::Version
173
- version: '1.3'
187
+ version: '1.65'
174
188
  type: :development
175
189
  prerelease: false
176
190
  version_requirements: !ruby/object:Gem::Requirement
177
191
  requirements:
178
192
  - - "~>"
179
193
  - !ruby/object:Gem::Version
180
- version: '1.3'
194
+ version: '1.65'
181
195
  - !ruby/object:Gem::Dependency
182
196
  name: simplecov
183
197
  requirement: !ruby/object:Gem::Requirement
@@ -198,14 +212,14 @@ dependencies:
198
212
  requirements:
199
213
  - - "~>"
200
214
  - !ruby/object:Gem::Version
201
- version: 3.7.6
215
+ version: '3.24'
202
216
  type: :development
203
217
  prerelease: false
204
218
  version_requirements: !ruby/object:Gem::Requirement
205
219
  requirements:
206
220
  - - "~>"
207
221
  - !ruby/object:Gem::Version
208
- version: 3.7.6
222
+ version: '3.24'
209
223
  - !ruby/object:Gem::Dependency
210
224
  name: yard
211
225
  requirement: !ruby/object:Gem::Requirement
@@ -265,11 +279,11 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby
265
279
  licenses:
266
280
  - Apache-2.0
267
281
  metadata:
268
- changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-jaeger/v0.23.0/file.CHANGELOG.html
282
+ changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-jaeger/v0.24.0/file.CHANGELOG.html
269
283
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/exporter/jaeger
270
284
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
271
- documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-jaeger/v0.23.0
272
- post_install_message:
285
+ documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-jaeger/v0.24.0
286
+ post_install_message:
273
287
  rdoc_options: []
274
288
  require_paths:
275
289
  - lib
@@ -277,15 +291,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
277
291
  requirements:
278
292
  - - ">="
279
293
  - !ruby/object:Gem::Version
280
- version: '3.0'
294
+ version: '3.1'
281
295
  required_rubygems_version: !ruby/object:Gem::Requirement
282
296
  requirements:
283
297
  - - ">="
284
298
  - !ruby/object:Gem::Version
285
299
  version: '0'
286
300
  requirements: []
287
- rubygems_version: 3.2.33
288
- signing_key:
301
+ rubygems_version: 3.3.27
302
+ signing_key:
289
303
  specification_version: 4
290
304
  summary: Jaeger trace exporter for the OpenTelemetry framework
291
305
  test_files: []