opentelemetry-exporter-otlp 0.29.1 → 0.30.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: b920e9035eacd3b8ad78cdf84ab162787777f048283005a7d0e31a8d5ac92ddc
4
- data.tar.gz: 6bca5054f99ffa9ce07483e7e41df0041da91a7ebce13ee82afc0eaa7cecc56b
3
+ metadata.gz: 96a7f5920eb4d1ecfdf9cf853f8d703a4ffa9510db35031be4bd2c23e708355d
4
+ data.tar.gz: b39328b2d5087a40f648c79b0ac8232ead87119b0d54a32974ce9af16f3f9d33
5
5
  SHA512:
6
- metadata.gz: 8f5640e1d7bf493d5c27ae4a3aa513497d626d93351c1b5ee6c078f6bd04b3ebd619b121024791633c49f8c12701e3893d2ca441ced1886e6a4b1194072ef680
7
- data.tar.gz: 6e80591be22d7d783f86c52b37614823233c8245c51e43ef245ae9ca2950335537c9fe6d5413373ae25f35d434d71f9e00545dfd0033c5cf1db3c4dc9930a1d3
6
+ metadata.gz: 9b86b3f20fdc45d251eae08b1bf24596c0794353f450f24f8f7c268723734959f344a25af9569ad0576c1c049bab394a0835c95938f8b38f371e57141d37ce2a
7
+ data.tar.gz: 11fe8eb21ab5ad5a811f5e8f8f6c0dfbe5d9ff44ff1a1029d05493e35d32aefd769959b20c44b3596ce131454bb2f1952bf7815a8487f6a61373ce303503f422
data/CHANGELOG.md CHANGED
@@ -1,212 +1,216 @@
1
1
  # Release History: opentelemetry-exporter-otlp
2
2
 
3
+ ### v0.30.0 / 2025-02-25
4
+
5
+ - ADDED: Support 3.1 Min Version
6
+
3
7
  ### v0.29.1 / 2024-12-04
4
8
 
5
- * FIXED: Remove WRITE_TIMEOUT_SUPPORTED
9
+ - FIXED: Remove WRITE_TIMEOUT_SUPPORTED
6
10
 
7
11
  ### v0.29.0 / 2024-08-27
8
12
 
9
- * ADDED: Add support for mutual TLS.
13
+ - ADDED: Add support for mutual TLS.
10
14
 
11
15
  ### v0.28.1 / 2024-07-24
12
16
 
13
- * ADDED: Improve SSL error logging.
17
+ - ADDED: Improve SSL error logging.
14
18
 
15
19
  ### v0.28.0 / 2024-06-19
16
20
 
17
- * ADDED: Bump google_protobuf >=3.18, < 5.a
21
+ - ADDED: Bump google_protobuf >=3.18, < 5.a
18
22
 
19
23
  ### v0.27.0 / 2024-04-19
20
24
 
21
- * ADDED: Add stats for serialization time in otlp exporter
25
+ - ADDED: Add stats for serialization time in otlp exporter
22
26
 
23
27
  ### v0.26.3 / 2024-02-01
24
28
 
25
- * FIXED: do not log request failure in backoff?
29
+ - FIXED: do not log request failure in backoff?
26
30
 
27
31
  ### v0.26.2 / 2024-01-23
28
32
 
29
- * FIXED: Align endpoint environment variable handling with spec
30
- * FIXED: Require csv for ruby-3.4 compatibility
31
- * FIXED: Add context to metrics reporting of buffer-full events
33
+ - FIXED: Align endpoint environment variable handling with spec
34
+ - FIXED: Require csv for ruby-3.4 compatibility
35
+ - FIXED: Add context to metrics reporting of buffer-full events
32
36
 
33
37
  ### v0.26.1 / 2023-07-29
34
38
 
35
- * FIXED: Regenerate v0.20.0 protos
36
- * ADDED: Allow google-protobuf ~> 3.14
39
+ - FIXED: Regenerate v0.20.0 protos
40
+ - ADDED: Allow google-protobuf ~> 3.14
37
41
 
38
42
  ### v0.26.0 / 2023-06-13
39
43
 
40
- * ADDED: Use OTLP 0.20.0 protos
44
+ - ADDED: Use OTLP 0.20.0 protos
41
45
 
42
46
  ### v0.25.0 / 2023-06-01
43
47
 
44
- * BREAKING CHANGE: Remove support for EoL Ruby 2.7
48
+ - BREAKING CHANGE: Remove support for EoL Ruby 2.7
45
49
 
46
- * ADDED: Remove support for EoL Ruby 2.7
47
- * FIXED: Make version available to user agent header #1458
50
+ - ADDED: Remove support for EoL Ruby 2.7
51
+ - FIXED: Make version available to user agent header #1458
48
52
 
49
53
  ### v0.24.1 / 2023-05-30
50
54
 
51
- * FIXED: Add Ruby 3.2 to CI and do small fix
52
- * FIXED: Adds User-Agent header in OTLP exporter
55
+ - FIXED: Add Ruby 3.2 to CI and do small fix
56
+ - FIXED: Adds User-Agent header in OTLP exporter
53
57
 
54
58
  ### v0.24.0 / 2022-09-14
55
59
 
56
- * ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
57
- * FIXED: Handle OTLP exporter 404s discretely
58
- * FIXED: `OTEL_EXPORTER_OTLP_ENDPOINT` appends the correct path with a trailing slash
59
- * FIXED: OTLP exporter demo code
60
- * DOCS: Update exporter default compression setting
60
+ - ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
61
+ - FIXED: Handle OTLP exporter 404s discretely
62
+ - FIXED: `OTEL_EXPORTER_OTLP_ENDPOINT` appends the correct path with a trailing slash
63
+ - FIXED: OTLP exporter demo code
64
+ - DOCS: Update exporter default compression setting
61
65
 
62
66
  ### v0.23.0 / 2022-06-23
63
67
 
64
- * ADDED: Report bundle size stats in exporter; also don't re-gzip unnecessarily
68
+ - ADDED: Report bundle size stats in exporter; also don't re-gzip unnecessarily
65
69
 
66
70
  ### v0.22.0 / 2022-06-09
67
71
 
68
- * ADDED: Otlp grpc
72
+ - ADDED: Otlp grpc
69
73
 
70
74
  ### v0.21.3 / 2022-05-12
71
75
 
72
- * (No significant changes)
76
+ - (No significant changes)
73
77
 
74
78
  ### v0.21.2 / 2022-01-19
75
79
 
76
- * FIXED: Default scheme for OTLP endpoint
77
- * FIXED: Remove TIMEOUT status from OTLP exporter (#1087)
80
+ - FIXED: Default scheme for OTLP endpoint
81
+ - FIXED: Remove TIMEOUT status from OTLP exporter (#1087)
78
82
 
79
83
  ### v0.21.1 / 2021-12-31
80
84
 
81
- * FIXED: Allow OTLP Exporter compression value of `none`
85
+ - FIXED: Allow OTLP Exporter compression value of `none`
82
86
 
83
87
  ### v0.21.0 / 2021-12-01
84
88
 
85
- * ADDED: Exporter should use gzip compression by default
89
+ - ADDED: Exporter should use gzip compression by default
86
90
 
87
91
  ### v0.20.6 / 2021-10-29
88
92
 
89
- * FIXED: Add unexpected error handlign in BSP and OTLP exporter (#995)
90
- * FIXED: Handle otlp exporter race condition gzip errors with retry
93
+ - FIXED: Add unexpected error handlign in BSP and OTLP exporter (#995)
94
+ - FIXED: Handle otlp exporter race condition gzip errors with retry
91
95
 
92
96
  ### v0.20.5 / 2021-09-29
93
97
 
94
- * (No significant changes)
98
+ - (No significant changes)
95
99
 
96
100
  ### v0.20.4 / 2021-09-29
97
101
 
98
- * FIXED: OTLP Export Header Format
102
+ - FIXED: OTLP Export Header Format
99
103
 
100
104
  ### v0.20.3 / 2021-08-19
101
105
 
102
- * FIXED: OTLP exporter missing failure metrics
106
+ - FIXED: OTLP exporter missing failure metrics
103
107
 
104
108
  ### v0.20.2 / 2021-08-12
105
109
 
106
- * FIXED: Add rescue for OpenSSL errors during export
107
- * DOCS: Update docs to rely more on environment variable configuration
110
+ - FIXED: Add rescue for OpenSSL errors during export
111
+ - DOCS: Update docs to rely more on environment variable configuration
108
112
 
109
113
  ### v0.20.1 / 2021-06-29
110
114
 
111
- * FIXED: Otlp encoding exceptions again
115
+ - FIXED: Otlp encoding exceptions again
112
116
 
113
117
  ### v0.20.0 / 2021-06-23
114
118
 
115
- * BREAKING CHANGE: Total order constraint on span.status=
119
+ - BREAKING CHANGE: Total order constraint on span.status=
116
120
 
117
- * FIXED: Total order constraint on span.status=
121
+ - FIXED: Total order constraint on span.status=
118
122
 
119
123
  ### v0.19.0 / 2021-06-03
120
124
 
121
- * ADDED: Add a SSL verify mode option for the OTLP exporter
122
- * FIXED: Handle OTLP exporter encoding exceptions
123
- * DOCS: Remove the OTLP receiver legacy gRPC port(55680) references
125
+ - ADDED: Add a SSL verify mode option for the OTLP exporter
126
+ - FIXED: Handle OTLP exporter encoding exceptions
127
+ - DOCS: Remove the OTLP receiver legacy gRPC port(55680) references
124
128
 
125
129
  ### v0.18.0 / 2021-05-21
126
130
 
127
- * BREAKING CHANGE: Replace Time.now with Process.clock_gettime
131
+ - BREAKING CHANGE: Replace Time.now with Process.clock_gettime
128
132
 
129
- * FIXED: Replace Time.now with Process.clock_gettime
130
- * FIXED: Rescue missed otlp exporter network errors
133
+ - FIXED: Replace Time.now with Process.clock_gettime
134
+ - FIXED: Rescue missed otlp exporter network errors
131
135
 
132
136
  ### v0.17.0 / 2021-04-22
133
137
 
134
- * ADDED: Add zipkin exporter
138
+ - ADDED: Add zipkin exporter
135
139
 
136
140
  ### v0.16.0 / 2021-03-17
137
141
 
138
- * BREAKING CHANGE: Implement Exporter#force_flush
142
+ - BREAKING CHANGE: Implement Exporter#force_flush
139
143
 
140
- * ADDED: Implement Exporter#force_flush
141
- * FIXED: Rescue socket err in otlp exporter to prevent failures unable to connect
142
- * DOCS: Replace Gitter with GitHub Discussions
144
+ - ADDED: Implement Exporter#force_flush
145
+ - FIXED: Rescue socket err in otlp exporter to prevent failures unable to connect
146
+ - DOCS: Replace Gitter with GitHub Discussions
143
147
 
144
148
  ### v0.15.0 / 2021-02-18
145
149
 
146
- * BREAKING CHANGE: Streamline processor pipeline
150
+ - BREAKING CHANGE: Streamline processor pipeline
147
151
 
148
- * ADDED: Add otlp exporter hooks
149
- * FIXED: Streamline processor pipeline
152
+ - ADDED: Add otlp exporter hooks
153
+ - FIXED: Streamline processor pipeline
150
154
 
151
155
  ### v0.14.0 / 2021-02-03
152
156
 
153
- * (No significant changes)
157
+ - (No significant changes)
154
158
 
155
159
  ### v0.13.0 / 2021-01-29
156
160
 
157
- * BREAKING CHANGE: Spec compliance for OTLP exporter
161
+ - BREAKING CHANGE: Spec compliance for OTLP exporter
158
162
 
159
- * ADDED: Add untraced wrapper to common utils
160
- * FIXED: Spec compliance for OTLP exporter
161
- * FIXED: Conditionally append path to collector endpoint
162
- * FIXED: OTLP path should be /v1/traces
163
- * FIXED: Rename OTLP env vars SPAN -> TRACES
163
+ - ADDED: Add untraced wrapper to common utils
164
+ - FIXED: Spec compliance for OTLP exporter
165
+ - FIXED: Conditionally append path to collector endpoint
166
+ - FIXED: OTLP path should be /v1/traces
167
+ - FIXED: Rename OTLP env vars SPAN -> TRACES
164
168
 
165
169
  ### v0.12.1 / 2021-01-13
166
170
 
167
- * FIXED: Updated protobuf version dependency
171
+ - FIXED: Updated protobuf version dependency
168
172
 
169
173
  ### v0.12.0 / 2020-12-24
170
174
 
171
- * (No significant changes)
175
+ - (No significant changes)
172
176
 
173
177
  ### v0.11.0 / 2020-12-11
174
178
 
175
- * BREAKING CHANGE: Implement tracestate
179
+ - BREAKING CHANGE: Implement tracestate
176
180
 
177
- * ADDED: Implement tracestate
178
- * ADDED: Metrics reporting from trace export
179
- * FIXED: Copyright comments to not reference year
181
+ - ADDED: Implement tracestate
182
+ - ADDED: Metrics reporting from trace export
183
+ - FIXED: Copyright comments to not reference year
180
184
 
181
185
  ### v0.10.0 / 2020-12-03
182
186
 
183
- * (No significant changes)
187
+ - (No significant changes)
184
188
 
185
189
  ### v0.9.0 / 2020-11-27
186
190
 
187
- * BREAKING CHANGE: Add timeout for force_flush and shutdown
191
+ - BREAKING CHANGE: Add timeout for force_flush and shutdown
188
192
 
189
- * ADDED: Add timeout for force_flush and shutdown
190
- * FIXED: Remove unused kwarg from otlp exporter retry
193
+ - ADDED: Add timeout for force_flush and shutdown
194
+ - FIXED: Remove unused kwarg from otlp exporter retry
191
195
 
192
196
  ### v0.8.0 / 2020-10-27
193
197
 
194
- * BREAKING CHANGE: Move context/span methods to Trace module
195
- * BREAKING CHANGE: Remove 'canonical' from status codes
196
- * BREAKING CHANGE: Assorted SpanContext fixes
198
+ - BREAKING CHANGE: Move context/span methods to Trace module
199
+ - BREAKING CHANGE: Remove 'canonical' from status codes
200
+ - BREAKING CHANGE: Assorted SpanContext fixes
197
201
 
198
- * FIXED: Move context/span methods to Trace module
199
- * FIXED: Remove 'canonical' from status codes
200
- * FIXED: Add gzip support to OTLP exporter
201
- * FIXED: Assorted SpanContext fixes
202
+ - FIXED: Move context/span methods to Trace module
203
+ - FIXED: Remove 'canonical' from status codes
204
+ - FIXED: Add gzip support to OTLP exporter
205
+ - FIXED: Assorted SpanContext fixes
202
206
 
203
207
  ### v0.7.0 / 2020-10-07
204
208
 
205
- * FIXED: OTLP parent_span_id should be nil for root
206
- * DOCS: Fix use of add_event in OTLP doc
207
- * DOCS: Standardize toplevel docs structure and readme
208
- * DOCS: Use BatchSpanProcessor in examples
209
+ - FIXED: OTLP parent_span_id should be nil for root
210
+ - DOCS: Fix use of add_event in OTLP doc
211
+ - DOCS: Standardize toplevel docs structure and readme
212
+ - DOCS: Use BatchSpanProcessor in examples
209
213
 
210
214
  ### v0.6.0 / 2020-09-10
211
215
 
212
- * Initial release.
216
+ - Initial release.
@@ -8,7 +8,7 @@ module OpenTelemetry
8
8
  module Exporter
9
9
  module OTLP
10
10
  ## Current OpenTelemetry OTLP exporter version
11
- VERSION = '0.29.1'
11
+ VERSION = '0.30.0'
12
12
  end
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-exporter-otlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.1
4
+ version: 0.30.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: 2024-12-05 00:00:00.000000000 Z
11
+ date: 2025-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos-types
@@ -226,14 +226,14 @@ dependencies:
226
226
  requirements:
227
227
  - - "~>"
228
228
  - !ruby/object:Gem::Version
229
- version: 3.7.6
229
+ version: '3.24'
230
230
  type: :development
231
231
  prerelease: false
232
232
  version_requirements: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - "~>"
235
235
  - !ruby/object:Gem::Version
236
- version: 3.7.6
236
+ version: '3.24'
237
237
  - !ruby/object:Gem::Dependency
238
238
  name: yard
239
239
  requirement: !ruby/object:Gem::Requirement
@@ -289,11 +289,11 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby
289
289
  licenses:
290
290
  - Apache-2.0
291
291
  metadata:
292
- changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-otlp/v0.29.1/file.CHANGELOG.html
292
+ changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-otlp/v0.30.0/file.CHANGELOG.html
293
293
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/exporter/otlp
294
294
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
295
- documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-otlp/v0.29.1
296
- post_install_message:
295
+ documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-otlp/v0.30.0
296
+ post_install_message:
297
297
  rdoc_options: []
298
298
  require_paths:
299
299
  - lib
@@ -301,15 +301,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
301
301
  requirements:
302
302
  - - ">="
303
303
  - !ruby/object:Gem::Version
304
- version: '3.0'
304
+ version: '3.1'
305
305
  required_rubygems_version: !ruby/object:Gem::Requirement
306
306
  requirements:
307
307
  - - ">="
308
308
  - !ruby/object:Gem::Version
309
309
  version: '0'
310
310
  requirements: []
311
- rubygems_version: 3.2.33
312
- signing_key:
311
+ rubygems_version: 3.3.27
312
+ signing_key:
313
313
  specification_version: 4
314
314
  summary: OTLP exporter for the OpenTelemetry framework
315
315
  test_files: []