opentelemetry-exporter-otlp 0.29.0 → 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 +4 -4
- data/CHANGELOG.md +89 -81
- data/lib/opentelemetry/exporter/otlp/exporter.rb +3 -4
- data/lib/opentelemetry/exporter/otlp/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96a7f5920eb4d1ecfdf9cf853f8d703a4ffa9510db35031be4bd2c23e708355d
|
4
|
+
data.tar.gz: b39328b2d5087a40f648c79b0ac8232ead87119b0d54a32974ce9af16f3f9d33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b86b3f20fdc45d251eae08b1bf24596c0794353f450f24f8f7c268723734959f344a25af9569ad0576c1c049bab394a0835c95938f8b38f371e57141d37ce2a
|
7
|
+
data.tar.gz: 11fe8eb21ab5ad5a811f5e8f8f6c0dfbe5d9ff44ff1a1029d05493e35d32aefd769959b20c44b3596ce131454bb2f1952bf7815a8487f6a61373ce303503f422
|
data/CHANGELOG.md
CHANGED
@@ -1,208 +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
|
+
|
7
|
+
### v0.29.1 / 2024-12-04
|
8
|
+
|
9
|
+
- FIXED: Remove WRITE_TIMEOUT_SUPPORTED
|
10
|
+
|
3
11
|
### v0.29.0 / 2024-08-27
|
4
12
|
|
5
|
-
|
13
|
+
- ADDED: Add support for mutual TLS.
|
6
14
|
|
7
15
|
### v0.28.1 / 2024-07-24
|
8
16
|
|
9
|
-
|
17
|
+
- ADDED: Improve SSL error logging.
|
10
18
|
|
11
19
|
### v0.28.0 / 2024-06-19
|
12
20
|
|
13
|
-
|
21
|
+
- ADDED: Bump google_protobuf >=3.18, < 5.a
|
14
22
|
|
15
23
|
### v0.27.0 / 2024-04-19
|
16
24
|
|
17
|
-
|
25
|
+
- ADDED: Add stats for serialization time in otlp exporter
|
18
26
|
|
19
27
|
### v0.26.3 / 2024-02-01
|
20
28
|
|
21
|
-
|
29
|
+
- FIXED: do not log request failure in backoff?
|
22
30
|
|
23
31
|
### v0.26.2 / 2024-01-23
|
24
32
|
|
25
|
-
|
26
|
-
|
27
|
-
|
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
|
28
36
|
|
29
37
|
### v0.26.1 / 2023-07-29
|
30
38
|
|
31
|
-
|
32
|
-
|
39
|
+
- FIXED: Regenerate v0.20.0 protos
|
40
|
+
- ADDED: Allow google-protobuf ~> 3.14
|
33
41
|
|
34
42
|
### v0.26.0 / 2023-06-13
|
35
43
|
|
36
|
-
|
44
|
+
- ADDED: Use OTLP 0.20.0 protos
|
37
45
|
|
38
46
|
### v0.25.0 / 2023-06-01
|
39
47
|
|
40
|
-
|
48
|
+
- BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
41
49
|
|
42
|
-
|
43
|
-
|
50
|
+
- ADDED: Remove support for EoL Ruby 2.7
|
51
|
+
- FIXED: Make version available to user agent header #1458
|
44
52
|
|
45
53
|
### v0.24.1 / 2023-05-30
|
46
54
|
|
47
|
-
|
48
|
-
|
55
|
+
- FIXED: Add Ruby 3.2 to CI and do small fix
|
56
|
+
- FIXED: Adds User-Agent header in OTLP exporter
|
49
57
|
|
50
58
|
### v0.24.0 / 2022-09-14
|
51
59
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
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
|
57
65
|
|
58
66
|
### v0.23.0 / 2022-06-23
|
59
67
|
|
60
|
-
|
68
|
+
- ADDED: Report bundle size stats in exporter; also don't re-gzip unnecessarily
|
61
69
|
|
62
70
|
### v0.22.0 / 2022-06-09
|
63
71
|
|
64
|
-
|
72
|
+
- ADDED: Otlp grpc
|
65
73
|
|
66
74
|
### v0.21.3 / 2022-05-12
|
67
75
|
|
68
|
-
|
76
|
+
- (No significant changes)
|
69
77
|
|
70
78
|
### v0.21.2 / 2022-01-19
|
71
79
|
|
72
|
-
|
73
|
-
|
80
|
+
- FIXED: Default scheme for OTLP endpoint
|
81
|
+
- FIXED: Remove TIMEOUT status from OTLP exporter (#1087)
|
74
82
|
|
75
83
|
### v0.21.1 / 2021-12-31
|
76
84
|
|
77
|
-
|
85
|
+
- FIXED: Allow OTLP Exporter compression value of `none`
|
78
86
|
|
79
87
|
### v0.21.0 / 2021-12-01
|
80
88
|
|
81
|
-
|
89
|
+
- ADDED: Exporter should use gzip compression by default
|
82
90
|
|
83
91
|
### v0.20.6 / 2021-10-29
|
84
92
|
|
85
|
-
|
86
|
-
|
93
|
+
- FIXED: Add unexpected error handlign in BSP and OTLP exporter (#995)
|
94
|
+
- FIXED: Handle otlp exporter race condition gzip errors with retry
|
87
95
|
|
88
96
|
### v0.20.5 / 2021-09-29
|
89
97
|
|
90
|
-
|
98
|
+
- (No significant changes)
|
91
99
|
|
92
100
|
### v0.20.4 / 2021-09-29
|
93
101
|
|
94
|
-
|
102
|
+
- FIXED: OTLP Export Header Format
|
95
103
|
|
96
104
|
### v0.20.3 / 2021-08-19
|
97
105
|
|
98
|
-
|
106
|
+
- FIXED: OTLP exporter missing failure metrics
|
99
107
|
|
100
108
|
### v0.20.2 / 2021-08-12
|
101
109
|
|
102
|
-
|
103
|
-
|
110
|
+
- FIXED: Add rescue for OpenSSL errors during export
|
111
|
+
- DOCS: Update docs to rely more on environment variable configuration
|
104
112
|
|
105
113
|
### v0.20.1 / 2021-06-29
|
106
114
|
|
107
|
-
|
115
|
+
- FIXED: Otlp encoding exceptions again
|
108
116
|
|
109
117
|
### v0.20.0 / 2021-06-23
|
110
118
|
|
111
|
-
|
119
|
+
- BREAKING CHANGE: Total order constraint on span.status=
|
112
120
|
|
113
|
-
|
121
|
+
- FIXED: Total order constraint on span.status=
|
114
122
|
|
115
123
|
### v0.19.0 / 2021-06-03
|
116
124
|
|
117
|
-
|
118
|
-
|
119
|
-
|
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
|
120
128
|
|
121
129
|
### v0.18.0 / 2021-05-21
|
122
130
|
|
123
|
-
|
131
|
+
- BREAKING CHANGE: Replace Time.now with Process.clock_gettime
|
124
132
|
|
125
|
-
|
126
|
-
|
133
|
+
- FIXED: Replace Time.now with Process.clock_gettime
|
134
|
+
- FIXED: Rescue missed otlp exporter network errors
|
127
135
|
|
128
136
|
### v0.17.0 / 2021-04-22
|
129
137
|
|
130
|
-
|
138
|
+
- ADDED: Add zipkin exporter
|
131
139
|
|
132
140
|
### v0.16.0 / 2021-03-17
|
133
141
|
|
134
|
-
|
142
|
+
- BREAKING CHANGE: Implement Exporter#force_flush
|
135
143
|
|
136
|
-
|
137
|
-
|
138
|
-
|
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
|
139
147
|
|
140
148
|
### v0.15.0 / 2021-02-18
|
141
149
|
|
142
|
-
|
150
|
+
- BREAKING CHANGE: Streamline processor pipeline
|
143
151
|
|
144
|
-
|
145
|
-
|
152
|
+
- ADDED: Add otlp exporter hooks
|
153
|
+
- FIXED: Streamline processor pipeline
|
146
154
|
|
147
155
|
### v0.14.0 / 2021-02-03
|
148
156
|
|
149
|
-
|
157
|
+
- (No significant changes)
|
150
158
|
|
151
159
|
### v0.13.0 / 2021-01-29
|
152
160
|
|
153
|
-
|
161
|
+
- BREAKING CHANGE: Spec compliance for OTLP exporter
|
154
162
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
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
|
160
168
|
|
161
169
|
### v0.12.1 / 2021-01-13
|
162
170
|
|
163
|
-
|
171
|
+
- FIXED: Updated protobuf version dependency
|
164
172
|
|
165
173
|
### v0.12.0 / 2020-12-24
|
166
174
|
|
167
|
-
|
175
|
+
- (No significant changes)
|
168
176
|
|
169
177
|
### v0.11.0 / 2020-12-11
|
170
178
|
|
171
|
-
|
179
|
+
- BREAKING CHANGE: Implement tracestate
|
172
180
|
|
173
|
-
|
174
|
-
|
175
|
-
|
181
|
+
- ADDED: Implement tracestate
|
182
|
+
- ADDED: Metrics reporting from trace export
|
183
|
+
- FIXED: Copyright comments to not reference year
|
176
184
|
|
177
185
|
### v0.10.0 / 2020-12-03
|
178
186
|
|
179
|
-
|
187
|
+
- (No significant changes)
|
180
188
|
|
181
189
|
### v0.9.0 / 2020-11-27
|
182
190
|
|
183
|
-
|
191
|
+
- BREAKING CHANGE: Add timeout for force_flush and shutdown
|
184
192
|
|
185
|
-
|
186
|
-
|
193
|
+
- ADDED: Add timeout for force_flush and shutdown
|
194
|
+
- FIXED: Remove unused kwarg from otlp exporter retry
|
187
195
|
|
188
196
|
### v0.8.0 / 2020-10-27
|
189
197
|
|
190
|
-
|
191
|
-
|
192
|
-
|
198
|
+
- BREAKING CHANGE: Move context/span methods to Trace module
|
199
|
+
- BREAKING CHANGE: Remove 'canonical' from status codes
|
200
|
+
- BREAKING CHANGE: Assorted SpanContext fixes
|
193
201
|
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
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
|
198
206
|
|
199
207
|
### v0.7.0 / 2020-10-07
|
200
208
|
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
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
|
205
213
|
|
206
214
|
### v0.6.0 / 2020-09-10
|
207
215
|
|
208
|
-
|
216
|
+
- Initial release.
|
@@ -28,8 +28,7 @@ module OpenTelemetry
|
|
28
28
|
# Default timeouts in seconds.
|
29
29
|
KEEP_ALIVE_TIMEOUT = 30
|
30
30
|
RETRY_COUNT = 5
|
31
|
-
|
32
|
-
private_constant(:KEEP_ALIVE_TIMEOUT, :RETRY_COUNT, :WRITE_TIMEOUT_SUPPORTED)
|
31
|
+
private_constant(:KEEP_ALIVE_TIMEOUT, :RETRY_COUNT)
|
33
32
|
|
34
33
|
ERROR_MESSAGE_INVALID_HEADERS = 'headers must be a String with comma-separated URL Encoded UTF-8 k=v pairs or a Hash'
|
35
34
|
private_constant(:ERROR_MESSAGE_INVALID_HEADERS)
|
@@ -153,7 +152,7 @@ module OpenTelemetry
|
|
153
152
|
|
154
153
|
@http.open_timeout = remaining_timeout
|
155
154
|
@http.read_timeout = remaining_timeout
|
156
|
-
@http.write_timeout = remaining_timeout
|
155
|
+
@http.write_timeout = remaining_timeout
|
157
156
|
@http.start unless @http.started?
|
158
157
|
response = measure_request_duration { @http.request(request) }
|
159
158
|
|
@@ -213,7 +212,7 @@ module OpenTelemetry
|
|
213
212
|
# Reset timeouts to defaults for the next call.
|
214
213
|
@http.open_timeout = @timeout
|
215
214
|
@http.read_timeout = @timeout
|
216
|
-
@http.write_timeout = @timeout
|
215
|
+
@http.write_timeout = @timeout
|
217
216
|
end
|
218
217
|
|
219
218
|
def handle_redirect(location)
|
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.
|
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:
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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: []
|