opentelemetry-exporter-jaeger 0.23.0 → 0.24.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: ef3b24be2237117cc7e1dfd8234b0a1c0670831c22e9453edc799e96abf04fed
4
- data.tar.gz: 55d0c453049ce932bef75f8dc59ab8dbeeada7121396d48d754bc4b414de31c9
3
+ metadata.gz: db51913dbcd4d7788230060a3d83d9ad1d6ca2fdf8a2b9e92dcd3a067cb9bab7
4
+ data.tar.gz: b82d58bdb8ea8e8f05e94168fa852a40d009b1b94dfb92c2d44b9a16f6785174
5
5
  SHA512:
6
- metadata.gz: d27f6352a740407377d758fd9cddf31ecd80aa7c4b7ddf5510736721885b16250e7f58443043c27461189ea9b496ce8d2d421faf0f684face8eb849f2bf26e7c
7
- data.tar.gz: d18202cc74f9adb6ce0a84df2f6072821940b07d3d9f6afe5a43302e996a2086703f245ae8ffb107a64561006fc514760582b51d9b0463adce6fdf86f9a1788e
6
+ metadata.gz: 1198d60e04fe26779ad2d6dd143d932a635220b62c70ec957be5158f9b383974ad45a1760a907906c30a141bd01aa54e8a6fe2464f678a079a718ffd3e58593b
7
+ data.tar.gz: 55c7e9d55e106f2422cd948625ad2039fe978b80abb28ed1d775960ddee1587db8e4c355592a85743c7fbd3266fcb6930b9f28e89c4c7877ee9412100237661b
data/CHANGELOG.md CHANGED
@@ -1,111 +1,119 @@
1
1
  # Release History: opentelemetry-exporter-jaeger
2
2
 
3
+ ### v0.24.1 / 2025-12-02
4
+
5
+ * FIXED: Update version compatibility: < Ruby 3.2, < JRuby 10.0
6
+
7
+ ### v0.24.0 / 2025-02-25
8
+
9
+ - ADDED: Support 3.1 Min Version
10
+
3
11
  ### v0.23.0 / 2023-06-08
4
12
 
5
- * BREAKING CHANGE: Remove support for EoL Ruby 2.7
13
+ - BREAKING CHANGE: Remove support for EoL Ruby 2.7
6
14
 
7
- * ADDED: Remove support for EoL Ruby 2.7
15
+ - ADDED: Remove support for EoL Ruby 2.7
8
16
 
9
17
  ### v0.22.0 / 2022-09-14
10
18
 
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
19
+ - ADDED: Add dropped events/attributes/links counts to zipkin + jaeger exporters
20
+ - ADDED: Metrics reporter for Jaeger collector exporter
21
+ - ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
14
22
 
15
23
  ### v0.21.0 / 2022-06-09
16
24
 
17
- * (No significant changes)
25
+ - (No significant changes)
18
26
 
19
27
  ### v0.20.2 / 2022-05-02
20
28
 
21
- * DOCS: Fix exporter port in Jaeger exporter readme
29
+ - DOCS: Fix exporter port in Jaeger exporter readme
22
30
 
23
31
  ### v0.20.1 / 2021-09-29
24
32
 
25
- * (No significant changes)
33
+ - (No significant changes)
26
34
 
27
35
  ### v0.20.0 / 2021-08-12
28
36
 
29
- * ADDED: OTEL_EXPORTER_JAEGER_TIMEOUT env var
30
- * DOCS: Update docs to rely more on environment variable configuration
37
+ - ADDED: OTEL_EXPORTER_JAEGER_TIMEOUT env var
38
+ - DOCS: Update docs to rely more on environment variable configuration
31
39
 
32
40
  ### v0.19.0 / 2021-06-23
33
41
 
34
- * BREAKING CHANGE: Total order constraint on span.status=
42
+ - BREAKING CHANGE: Total order constraint on span.status=
35
43
 
36
- * FIXED: Total order constraint on span.status=
44
+ - FIXED: Total order constraint on span.status=
37
45
 
38
46
  ### v0.18.0 / 2021-05-21
39
47
 
40
- * BREAKING CHANGE: Replace Time.now with Process.clock_gettime
48
+ - BREAKING CHANGE: Replace Time.now with Process.clock_gettime
41
49
 
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
50
+ - ADDED: Export to jaeger collectors w/ self-signed certs
51
+ - FIXED: Replace Time.now with Process.clock_gettime
52
+ - FIXED: Rename constant to hide warning message
53
+ - FIXED: Index a link trace_id in middle rather than end
46
54
 
47
55
  ### v0.17.0 / 2021-04-22
48
56
 
49
- * ADDED: Add zipkin exporter
57
+ - ADDED: Add zipkin exporter
50
58
 
51
59
  ### v0.16.0 / 2021-03-17
52
60
 
53
- * BREAKING CHANGE: Implement Exporter#force_flush
61
+ - BREAKING CHANGE: Implement Exporter#force_flush
54
62
 
55
- * ADDED: Implement Exporter#force_flush
56
- * DOCS: Replace Gitter with GitHub Discussions
63
+ - ADDED: Implement Exporter#force_flush
64
+ - DOCS: Replace Gitter with GitHub Discussions
57
65
 
58
66
  ### v0.15.0 / 2021-02-18
59
67
 
60
- * BREAKING CHANGE: Streamline processor pipeline
68
+ - BREAKING CHANGE: Streamline processor pipeline
61
69
 
62
- * FIXED: Streamline processor pipeline
70
+ - FIXED: Streamline processor pipeline
63
71
 
64
72
  ### v0.14.0 / 2021-02-03
65
73
 
66
- * (No significant changes)
74
+ - (No significant changes)
67
75
 
68
76
  ### v0.13.0 / 2021-01-29
69
77
 
70
- * ADDED: Provide default resource in SDK
71
- * ADDED: Add untraced wrapper to common utils
72
- * FIXED: Jaeger ref type should be FOLLOWS_FROM
78
+ - ADDED: Provide default resource in SDK
79
+ - ADDED: Add untraced wrapper to common utils
80
+ - FIXED: Jaeger ref type should be FOLLOWS_FROM
73
81
 
74
82
  ### v0.12.0 / 2020-12-24
75
83
 
76
- * ADDED: Structured error handling
84
+ - ADDED: Structured error handling
77
85
 
78
86
  ### v0.11.0 / 2020-12-11
79
87
 
80
- * FIXED: Copyright comments to not reference year
88
+ - FIXED: Copyright comments to not reference year
81
89
 
82
90
  ### v0.10.0 / 2020-12-03
83
91
 
84
- * (No significant changes)
92
+ - (No significant changes)
85
93
 
86
94
  ### v0.9.0 / 2020-11-27
87
95
 
88
- * BREAKING CHANGE: Add timeout for force_flush and shutdown
96
+ - BREAKING CHANGE: Add timeout for force_flush and shutdown
89
97
 
90
- * ADDED: Add timeout for force_flush and shutdown
98
+ - ADDED: Add timeout for force_flush and shutdown
91
99
 
92
100
  ### v0.8.0 / 2020-10-27
93
101
 
94
- * BREAKING CHANGE: Move context/span methods to Trace module
95
- * BREAKING CHANGE: Remove 'canonical' from status codes
96
- * BREAKING CHANGE: Assorted SpanContext fixes
102
+ - BREAKING CHANGE: Move context/span methods to Trace module
103
+ - BREAKING CHANGE: Remove 'canonical' from status codes
104
+ - BREAKING CHANGE: Assorted SpanContext fixes
97
105
 
98
- * FIXED: Move context/span methods to Trace module
99
- * FIXED: Remove 'canonical' from status codes
100
- * FIXED: Assorted SpanContext fixes
106
+ - FIXED: Move context/span methods to Trace module
107
+ - FIXED: Remove 'canonical' from status codes
108
+ - FIXED: Assorted SpanContext fixes
101
109
 
102
110
  ### v0.7.0 / 2020-10-07
103
111
 
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
112
+ - ADDED: Add service_version setter to configurator
113
+ - FIXED: Update IL attribute naming convention to match spec
114
+ - DOCS: Standardize toplevel docs structure and readme
115
+ - DOCS: Use BatchSpanProcessor in examples
108
116
 
109
117
  ### v0.6.0 / 2020-09-10
110
118
 
111
- * This gem was renamed from `opentelemetry-exporters-jaeger`.
119
+ - 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
  ```
@@ -100,11 +100,14 @@ The `opentelemetry-exporter-jaeger` gem source is [on github][repo-github], alon
100
100
 
101
101
  The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us in [GitHub Discussions][discussions-url] or attending our weekly meeting. See the [meeting calendar][community-meetings] for dates and times. For more information on this and other language SIGs, see the OpenTelemetry [community page][ruby-sig].
102
102
 
103
+ ## Compatibility with JRuby
104
+
105
+ The `opentelemetry-exporter-jaeger` gem can only work with JRuby version less than 10.0.0.0 (e.g. <= jruby-9.4.14.0)
106
+
103
107
  ## License
104
108
 
105
109
  The `opentelemetry-exporter-jaeger` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
106
110
 
107
-
108
111
  [jaeger-home]: https://www.jaegertracing.io
109
112
  [opentelemetry-home]: https://opentelemetry.io
110
113
  [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.1'
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.1
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-12-03 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,27 +279,27 @@ 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.1/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.1
286
+ post_install_message:
273
287
  rdoc_options: []
274
288
  require_paths:
275
289
  - lib
276
290
  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.2'
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: []