aws-distro-opentelemetry-exporter-xray-udp 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 33a36e6aeb3cf39d11a529559a5e07268c6e1c0c0ab6a4005ff24996d80a2326
4
+ data.tar.gz: 8b9fc93c591ecd44f618ebe3bd0d6d8451815d2d746befaa4e7f8ec5f587f346
5
+ SHA512:
6
+ metadata.gz: c374be3028fa22c4d077a516fbc5e73e34b8cb15b2c56a93446332b7df4cfc6d0dff6bf8bb0995b19334e8ee4444bb37bd94f7fa7cffc5f022bd558aec7cf591
7
+ data.tar.gz: '047208bdd6e60c2265cbbe77c834bdc9a783845c61ff74292ebbd903792345a0cce75a9e6e5d7b36117bdd856a9e91548d07dbf2c9aa1c6ea91db04afb898dc4'
data/.yardopts ADDED
@@ -0,0 +1,9 @@
1
+ --no-private
2
+ --title=AWS Distro for OpenTelemetry XRay UDP Exporter
3
+ --markup=markdown
4
+ --main=README.md
5
+ ./lib/aws/distro/opentelemetry/exporter/xray/udp/**/*.rb
6
+ ./lib/aws/distro/opentelemetry/exporter/xray/udp.rb
7
+ -
8
+ README.md
9
+ CHANGELOG.md
data/CHANGELOG.md ADDED
@@ -0,0 +1 @@
1
+ # Release History: aws-distro-opentelemetry-exporter-xray-udp
data/LICENSE ADDED
@@ -0,0 +1,175 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # aws-distro-opentelemetry-exporter-xray-udp
@@ -0,0 +1,254 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ # Modifications Copyright The OpenTelemetry Authors. Licensed under the Apache License 2.0 License.
6
+
7
+ require 'socket'
8
+ require 'base64'
9
+ require 'opentelemetry'
10
+ require 'opentelemetry/exporter/otlp'
11
+ require 'opentelemetry/sdk'
12
+
13
+ DEFAULT_ENDPOINT = 'localhost:2000'
14
+ PROTOCOL_HEADER = "{\"format\":\"json\",\"version\":1}\n"
15
+ DEFAULT_FORMAT_OTEL_TRACES_BINARY_PREFIX = 'T1S'
16
+
17
+ module AWS
18
+ module Distro
19
+ module OpenTelemetry
20
+ module Exporter
21
+ module XRay
22
+ module UDP
23
+ # Class that sends data over UDP.
24
+ class UdpExporter
25
+ def initialize(endpoint = nil)
26
+ @endpoint = endpoint || DEFAULT_ENDPOINT
27
+ @host, @port = parse_endpoint(@endpoint)
28
+ @socket = UDPSocket.new
29
+ end
30
+
31
+ def send_data(data, signal_prefix)
32
+ base64_encoded_string = Base64.strict_encode64(data)
33
+ message = "#{PROTOCOL_HEADER}#{signal_prefix}#{base64_encoded_string}"
34
+
35
+ begin
36
+ @socket.send(message.encode('utf-8'), 0, @host, @port)
37
+ rescue StandardError => e
38
+ ::OpenTelemetry.logger.error("Error sending UDP data: #{e}")
39
+ raise e
40
+ end
41
+ end
42
+
43
+ def shutdown
44
+ @socket.close
45
+ end
46
+
47
+ private
48
+
49
+ def parse_endpoint(endpoint)
50
+ host, port = endpoint.split(':')
51
+ [host, port.to_i]
52
+ rescue StandardError => _e
53
+ raise "Invalid endpoint: #{endpoint}"
54
+ end
55
+ end
56
+
57
+ # An trace exporter that sends spans over UDP in an X-Ray format.
58
+ class AWSXRayUDPSpanExporter < ::OpenTelemetry::SDK::Trace::Export::SpanExporter # rubocop:disable Metrics/ClassLength
59
+ SUCCESS = ::OpenTelemetry::SDK::Trace::Export::SUCCESS
60
+ FAILURE = ::OpenTelemetry::SDK::Trace::Export::FAILURE
61
+ private_constant(:SUCCESS, :FAILURE)
62
+
63
+ def initialize(endpoint = nil, signal_prefix = DEFAULT_FORMAT_OTEL_TRACES_BINARY_PREFIX)
64
+ @endpoint = if endpoint.nil?
65
+ if lambda_environment?
66
+ xray_daemon_endpoint || DEFAULT_ENDPOINT
67
+ else
68
+ DEFAULT_ENDPOINT
69
+ end
70
+ else
71
+ endpoint
72
+ end
73
+
74
+ @udp_exporter = AWS::Distro::OpenTelemetry::Exporter::XRay::UDP::UdpExporter.new(@endpoint)
75
+ @signal_prefix = signal_prefix
76
+ @shutdown = false
77
+ end
78
+
79
+ # Called to export sampled {::OpenTelemetry::SDK::Trace::SpanData} structs.
80
+ #
81
+ # @param [Enumerable<::OpenTelemetry::SDK::Trace::SpanData>] span_data the
82
+ # list of recorded {::OpenTelemetry::SDK::Trace::SpanData} structs to be
83
+ # exported.
84
+ # @param [optional Numeric] timeout An optional timeout in seconds.
85
+ # @return [Integer] the result of the export.
86
+ def export(span_data, timeout: nil)
87
+ return FAILURE if @shutdown
88
+
89
+ encoded_etsr = encode(span_data)
90
+ return FAILURE if encoded_etsr.nil?
91
+
92
+ begin
93
+ @udp_exporter.send_data(encoded_etsr, @signal_prefix)
94
+ SUCCESS
95
+ rescue StandardError => e
96
+ ::OpenTelemetry.logger.error("Error exporting spans: #{e}")
97
+ FAILURE
98
+ end
99
+ end
100
+
101
+ # Called when {::OpenTelemetry::SDK::Trace::TracerProvider#force_flush} is called, if
102
+ # this exporter is registered to a {::OpenTelemetry::SDK::Trace::TracerProvider}
103
+ # object.
104
+ #
105
+ # @param [optional Numeric] timeout An optional timeout in seconds.
106
+ def force_flush(timeout: nil)
107
+ SUCCESS
108
+ end
109
+
110
+ # Called when {::OpenTelemetry::SDK::Trace::TracerProvider#shutdown} is called, if
111
+ # this exporter is registered to a {::OpenTelemetry::SDK::Trace::TracerProvider}
112
+ # object.
113
+ #
114
+ # @param [optional Numeric] timeout An optional timeout in seconds.
115
+ def shutdown(timeout: nil)
116
+ @udp_exporter.shutdown
117
+ @shutdown = true
118
+ SUCCESS
119
+ end
120
+
121
+ private
122
+
123
+ def lambda_environment?
124
+ !ENV['AWS_LAMBDA_FUNCTION_NAME'].nil?
125
+ end
126
+
127
+ def xray_daemon_endpoint
128
+ ENV['AWS_XRAY_DAEMON_ADDRESS']
129
+ end
130
+
131
+ # The OpenTelemetry Authors code
132
+ # https://github.com/open-telemetry/opentelemetry-ruby/blob/opentelemetry-exporter-otlp/v0.30.0/exporter/otlp/lib/opentelemetry/exporter/otlp/exporter.rb#L277-L396
133
+ def encode(span_data) # rubocop:disable Metrics/MethodLength, Metrics/CyclomaticComplexity
134
+ ::Opentelemetry::Proto::Collector::Trace::V1::ExportTraceServiceRequest.encode(
135
+ ::Opentelemetry::Proto::Collector::Trace::V1::ExportTraceServiceRequest.new(
136
+ resource_spans: span_data
137
+ .group_by(&:resource)
138
+ .map do |resource, span_datas|
139
+ ::Opentelemetry::Proto::Trace::V1::ResourceSpans.new(
140
+ resource: ::Opentelemetry::Proto::Resource::V1::Resource.new(
141
+ attributes: resource.attribute_enumerator.map { |key, value| as_otlp_key_value(key, value) }
142
+ ),
143
+ scope_spans: span_datas
144
+ .group_by(&:instrumentation_scope)
145
+ .map do |il, sds|
146
+ ::Opentelemetry::Proto::Trace::V1::ScopeSpans.new(
147
+ scope: ::Opentelemetry::Proto::Common::V1::InstrumentationScope.new(
148
+ name: il.name,
149
+ version: il.version
150
+ ),
151
+ spans: sds.map { |sd| as_otlp_span(sd) }
152
+ )
153
+ end
154
+ )
155
+ end
156
+ )
157
+ )
158
+ rescue StandardError => e
159
+ OpenTelemetry.handle_error(exception: e, message: 'unexpected error in OTLP::Exporter#encode')
160
+ nil
161
+ end
162
+
163
+ def as_otlp_span(span_data) # rubocop:disable Metrics/MethodLength, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
164
+ ::Opentelemetry::Proto::Trace::V1::Span.new(
165
+ trace_id: span_data.trace_id,
166
+ span_id: span_data.span_id,
167
+ trace_state: span_data.tracestate.to_s,
168
+ parent_span_id: span_data.parent_span_id == ::OpenTelemetry::Trace::INVALID_SPAN_ID ? nil : span_data.parent_span_id,
169
+ name: span_data.name,
170
+ kind: as_otlp_span_kind(span_data.kind),
171
+ start_time_unix_nano: span_data.start_timestamp,
172
+ end_time_unix_nano: span_data.end_timestamp,
173
+ attributes: span_data.attributes&.map { |k, v| as_otlp_key_value(k, v) },
174
+ dropped_attributes_count: span_data.total_recorded_attributes - span_data.attributes&.size.to_i,
175
+ events: span_data.events&.map do |event|
176
+ ::Opentelemetry::Proto::Trace::V1::Span::Event.new(
177
+ time_unix_nano: event.timestamp,
178
+ name: event.name,
179
+ attributes: event.attributes&.map { |k, v| as_otlp_key_value(k, v) }
180
+ # TODO: track dropped_attributes_count in Span#append_event
181
+ )
182
+ end,
183
+ dropped_events_count: span_data.total_recorded_events - span_data.events&.size.to_i,
184
+ links: span_data.links&.map do |link|
185
+ ::Opentelemetry::Proto::Trace::V1::Span::Link.new(
186
+ trace_id: link.span_context.trace_id,
187
+ span_id: link.span_context.span_id,
188
+ trace_state: link.span_context.tracestate.to_s,
189
+ attributes: link.attributes&.map { |k, v| as_otlp_key_value(k, v) }
190
+ # TODO: track dropped_attributes_count in Span#trim_links
191
+ )
192
+ end,
193
+ dropped_links_count: span_data.total_recorded_links - span_data.links&.size.to_i,
194
+ status: span_data.status&.yield_self do |status|
195
+ ::Opentelemetry::Proto::Trace::V1::Status.new(
196
+ code: as_otlp_status_code(status.code),
197
+ message: status.description
198
+ )
199
+ end
200
+ )
201
+ end
202
+
203
+ def as_otlp_status_code(code)
204
+ case code
205
+ when ::OpenTelemetry::Trace::Status::OK then ::Opentelemetry::Proto::Trace::V1::Status::StatusCode::STATUS_CODE_OK
206
+ when ::OpenTelemetry::Trace::Status::ERROR then ::Opentelemetry::Proto::Trace::V1::Status::StatusCode::STATUS_CODE_ERROR
207
+ else ::Opentelemetry::Proto::Trace::V1::Status::StatusCode::STATUS_CODE_UNSET
208
+ end
209
+ end
210
+
211
+ def as_otlp_span_kind(kind)
212
+ case kind
213
+ when :internal then ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_INTERNAL
214
+ when :server then ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_SERVER
215
+ when :client then ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_CLIENT
216
+ when :producer then ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_PRODUCER
217
+ when :consumer then ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_CONSUMER
218
+ else ::Opentelemetry::Proto::Trace::V1::Span::SpanKind::SPAN_KIND_UNSPECIFIED
219
+ end
220
+ end
221
+
222
+ def as_otlp_key_value(key, value)
223
+ ::Opentelemetry::Proto::Common::V1::KeyValue.new(key: key, value: as_otlp_any_value(value))
224
+ rescue Encoding::UndefinedConversionError => e
225
+ encoded_value = value.encode('UTF-8', invalid: :replace, undef: :replace, replace: '�')
226
+ OpenTelemetry.handle_error(exception: e, message: "encoding error for key #{key} and value #{encoded_value}")
227
+ ::Opentelemetry::Proto::Common::V1::KeyValue.new(key: key, value: as_otlp_any_value('Encoding Error'))
228
+ end
229
+
230
+ def as_otlp_any_value(value)
231
+ result = ::Opentelemetry::Proto::Common::V1::AnyValue.new
232
+ case value
233
+ when String
234
+ result.string_value = value
235
+ when Integer
236
+ result.int_value = value
237
+ when Float
238
+ result.double_value = value
239
+ when true, false
240
+ result.bool_value = value
241
+ when Array
242
+ values = value.map { |element| as_otlp_any_value(element) }
243
+ result.array_value = ::Opentelemetry::Proto::Common::V1::ArrayValue.new(values: values)
244
+ end
245
+ result
246
+ end
247
+ # END The OpenTelemetry Authors code
248
+ end
249
+ end
250
+ end
251
+ end
252
+ end
253
+ end
254
+ end
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ module AWS
7
+ module Distro
8
+ module OpenTelemetry
9
+ module Exporter
10
+ module XRay
11
+ module UDP
12
+ ## Current XRay UDP exporter version
13
+ VERSION = '0.0.1'
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ module AWS
7
+ module Distro
8
+ module OpenTelemetry
9
+ module Exporter
10
+ module XRay
11
+ # UDP contains the implementation for the OTLP over UDP exporter
12
+ module UDP
13
+ end
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
19
+
20
+ require 'aws/distro/opentelemetry/exporter/xray/udp/exporter'
21
+ require 'aws/distro/opentelemetry/exporter/xray/udp/version'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ require 'aws/distro/opentelemetry/exporter/xray/udp'
metadata ADDED
@@ -0,0 +1,262 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aws-distro-opentelemetry-exporter-xray-udp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Amazon Web Services
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-04-15 00:00:00.000000000 Z
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
27
+ - !ruby/object:Gem::Dependency
28
+ name: opentelemetry-api
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: opentelemetry-exporter-otlp
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.26.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.26.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: opentelemetry-sdk
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.2'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.2'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bundler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '1.17'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '1.17'
83
+ - !ruby/object:Gem::Dependency
84
+ name: faraday
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.13'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.13'
97
+ - !ruby/object:Gem::Dependency
98
+ name: minitest
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '5.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '5.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: opentelemetry-test-helpers
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: pry-byebug
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rake
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '12.0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '12.0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: rubocop
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '1.65'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '1.65'
167
+ - !ruby/object:Gem::Dependency
168
+ name: simplecov
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.17'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '0.17'
181
+ - !ruby/object:Gem::Dependency
182
+ name: webmock
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - "~>"
186
+ - !ruby/object:Gem::Version
187
+ version: '3.24'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - "~>"
193
+ - !ruby/object:Gem::Version
194
+ version: '3.24'
195
+ - !ruby/object:Gem::Dependency
196
+ name: yard
197
+ requirement: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - - "~>"
200
+ - !ruby/object:Gem::Version
201
+ version: '0.9'
202
+ type: :development
203
+ prerelease: false
204
+ version_requirements: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - "~>"
207
+ - !ruby/object:Gem::Version
208
+ version: '0.9'
209
+ - !ruby/object:Gem::Dependency
210
+ name: yard-doctest
211
+ requirement: !ruby/object:Gem::Requirement
212
+ requirements:
213
+ - - "~>"
214
+ - !ruby/object:Gem::Version
215
+ version: 0.1.6
216
+ type: :development
217
+ prerelease: false
218
+ version_requirements: !ruby/object:Gem::Requirement
219
+ requirements:
220
+ - - "~>"
221
+ - !ruby/object:Gem::Version
222
+ version: 0.1.6
223
+ description: AWS XRay UDP exporter for the OpenTelemetry framework
224
+ email:
225
+ executables: []
226
+ extensions: []
227
+ extra_rdoc_files: []
228
+ files:
229
+ - ".yardopts"
230
+ - CHANGELOG.md
231
+ - LICENSE
232
+ - README.md
233
+ - lib/aws-distro-opentelemetry-exporter-xray-udp.rb
234
+ - lib/aws/distro/opentelemetry/exporter/xray/udp.rb
235
+ - lib/aws/distro/opentelemetry/exporter/xray/udp/exporter.rb
236
+ - lib/aws/distro/opentelemetry/exporter/xray/udp/version.rb
237
+ homepage: https://github.com/aws-observability/aws-otel-ruby
238
+ licenses:
239
+ - Apache-2.0
240
+ metadata:
241
+ source_code_uri: https://github.com/aws-observability/aws-otel-ruby/tree/main/exporter/xray-udp
242
+ bug_tracker_uri: https://github.com/aws-observability/aws-otel-ruby/issues
243
+ post_install_message:
244
+ rdoc_options: []
245
+ require_paths:
246
+ - lib
247
+ required_ruby_version: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - ">="
250
+ - !ruby/object:Gem::Version
251
+ version: '3.1'
252
+ required_rubygems_version: !ruby/object:Gem::Requirement
253
+ requirements:
254
+ - - ">="
255
+ - !ruby/object:Gem::Version
256
+ version: '0'
257
+ requirements: []
258
+ rubygems_version: 3.4.19
259
+ signing_key:
260
+ specification_version: 4
261
+ summary: AWS XRay UDP exporter for the OpenTelemetry framework
262
+ test_files: []