opentelemetry-exporter-zipkin 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +9 -0
- data/CHANGELOG.md +5 -0
- data/LICENSE +201 -0
- data/README.md +94 -0
- data/lib/opentelemetry-exporter-zipkin.rb +7 -0
- data/lib/opentelemetry/exporter/zipkin.rb +27 -0
- data/lib/opentelemetry/exporter/zipkin/exporter.rb +220 -0
- data/lib/opentelemetry/exporter/zipkin/transformer.rb +175 -0
- data/lib/opentelemetry/exporter/zipkin/version.rb +14 -0
- metadata +224 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b054daf336264f3c07792dc5231cac95857f7d7d25224483d569877bb201b0a8
|
4
|
+
data.tar.gz: c4dedf69e631a7350079f0afb3a8a195d20aaf000d6193e484bc39eabae2c29b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4dee5dd0142667689954e0edd3b3b849c1473e7ebb5e272979fb55b81477842f230bc48cc94d430bdf43d8203b1951cc749b88426b7149224ea237dadd76bee7
|
7
|
+
data.tar.gz: 704ec44365187bd4a8f8d44efefd0778f422e561edf2c720936c9c72515ce12af22a170793d7b4a5bf471a27eaf61aa287b430d2aad4c1fec42e9aa3b2623689
|
data/.yardopts
ADDED
data/CHANGELOG.md
ADDED
data/LICENSE
ADDED
@@ -0,0 +1,201 @@
|
|
1
|
+
Apache License
|
2
|
+
Version 2.0, January 2004
|
3
|
+
http://www.apache.org/licenses/
|
4
|
+
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
+
|
7
|
+
1. Definitions.
|
8
|
+
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
+
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
+
the copyright owner that is granting the License.
|
14
|
+
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
+
other entities that control, are controlled by, or are under common
|
17
|
+
control with that entity. For the purposes of this definition,
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
19
|
+
direction or management of such entity, whether by contract or
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
+
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
+
exercising permissions granted by this License.
|
25
|
+
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
27
|
+
including but not limited to software source code, documentation
|
28
|
+
source, and configuration files.
|
29
|
+
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
31
|
+
transformation or translation of a Source form, including but
|
32
|
+
not limited to compiled object code, generated documentation,
|
33
|
+
and conversions to other media types.
|
34
|
+
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36
|
+
Object form, made available under the License, as indicated by a
|
37
|
+
copyright notice that is included in or attached to the work
|
38
|
+
(an example is provided in the Appendix below).
|
39
|
+
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
+
the Work and Derivative Works thereof.
|
47
|
+
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
49
|
+
the original version of the Work and any modifications or additions
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
+
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
64
|
+
subsequently incorporated within the Work.
|
65
|
+
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
72
|
+
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
+
where such license applies only to those patent claims licensable
|
79
|
+
by such Contributor that are necessarily infringed by their
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
82
|
+
institute patent litigation against any entity (including a
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
85
|
+
or contributory patent infringement, then any patent licenses
|
86
|
+
granted to You under this License for that Work shall terminate
|
87
|
+
as of the date such litigation is filed.
|
88
|
+
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
91
|
+
modifications, and in Source or Object form, provided that You
|
92
|
+
meet the following conditions:
|
93
|
+
|
94
|
+
(a) You must give any other recipients of the Work or
|
95
|
+
Derivative Works a copy of this License; and
|
96
|
+
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
98
|
+
stating that You changed the files; and
|
99
|
+
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
102
|
+
attribution notices from the Source form of the Work,
|
103
|
+
excluding those notices that do not pertain to any part of
|
104
|
+
the Derivative Works; and
|
105
|
+
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
108
|
+
include a readable copy of the attribution notices contained
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
111
|
+
of the following places: within a NOTICE text file distributed
|
112
|
+
as part of the Derivative Works; within the Source form or
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
114
|
+
within a display generated by the Derivative Works, if and
|
115
|
+
wherever such third-party notices normally appear. The contents
|
116
|
+
of the NOTICE file are for informational purposes only and
|
117
|
+
do not modify the License. You may add Your own attribution
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
120
|
+
that such additional attribution notices cannot be construed
|
121
|
+
as modifying the License.
|
122
|
+
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
124
|
+
may provide additional or different license terms and conditions
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
128
|
+
the conditions stated in this License.
|
129
|
+
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
133
|
+
this License, without any additional terms or conditions.
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
+
the terms of any separate license agreement you may have executed
|
136
|
+
with Licensor regarding such Contributions.
|
137
|
+
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
140
|
+
except as required for reasonable and customary use in describing the
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
+
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
152
|
+
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
158
|
+
incidental, or consequential damages of any character arising as a
|
159
|
+
result of this License or out of the use or inability to use the
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
162
|
+
other commercial damages or losses), even if such Contributor
|
163
|
+
has been advised of the possibility of such damages.
|
164
|
+
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
+
or other liability obligations and/or rights consistent with this
|
169
|
+
License. However, in accepting such obligations, You may act only
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
174
|
+
of your accepting any such warranty or additional liability.
|
175
|
+
|
176
|
+
END OF TERMS AND CONDITIONS
|
177
|
+
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
179
|
+
|
180
|
+
To apply the Apache License to your work, attach the following
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
+
replaced with your own identifying information. (Don't include
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
184
|
+
comment syntax for the file format. We also recommend that a
|
185
|
+
file or class name and description of purpose be included on the
|
186
|
+
same "printed page" as the copyright notice for easier
|
187
|
+
identification within third-party archives.
|
188
|
+
|
189
|
+
Copyright The OpenTelemetry Authors
|
190
|
+
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
+
you may not use this file except in compliance with the License.
|
193
|
+
You may obtain a copy of the License at
|
194
|
+
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
+
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
+
See the License for the specific language governing permissions and
|
201
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
# opentelemetry-exporter-zipkin
|
2
|
+
|
3
|
+
The `opentelemetry-exporter-zipkin` gem provides Zipkin exporters for OpenTelemetry for Ruby. Using `opentelemetry-exporter-zipkin`, an application can configure OpenTelemetry to export collected tracing data to [Zipkin][zipkin-home]. One exporter is included: the `Exporter` exports in HTTP JSON format over TCP to a Zipkin backend
|
4
|
+
|
5
|
+
## What is OpenTelemetry?
|
6
|
+
|
7
|
+
[OpenTelemetry][opentelemetry-home] is an open source observability framework, providing a general-purpose API, SDK, and related tools required for the instrumentation of cloud-native software, frameworks, and libraries.
|
8
|
+
|
9
|
+
OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
|
10
|
+
|
11
|
+
## How does this gem fit in?
|
12
|
+
|
13
|
+
The `opentelemetry-exporter-zipkin` gem is a plugin that provides Zipkin Tracing export. To export to Zipkin, an application can include this gem along with `opentelemetry-sdk`, and configure the `SDK` to use the provided Zipkin exporter as a span processor.
|
14
|
+
|
15
|
+
Generally, *libraries* that produce telemetry data should avoid depending directly on specific exporter, deferring that choice to the application developer.
|
16
|
+
|
17
|
+
## How do I get started?
|
18
|
+
|
19
|
+
Install the gem using:
|
20
|
+
|
21
|
+
```
|
22
|
+
gem install opentelemetry-sdk
|
23
|
+
gem install opentelemetry-exporter-zipkin
|
24
|
+
```
|
25
|
+
|
26
|
+
Or, if you use [bundler][bundler-home], include `opentelemetry-sdk` in your `Gemfile`.
|
27
|
+
|
28
|
+
Then, configure the SDK to use a zipkin exporter as a span processor, and use the OpenTelemetry interfaces to produces traces and other information. Following is a basic example for the `AgentExporter`.
|
29
|
+
|
30
|
+
```ruby
|
31
|
+
require 'opentelemetry/sdk'
|
32
|
+
require 'opentelemetry/exporter/zipkin'
|
33
|
+
|
34
|
+
# Configure the sdk with custom export
|
35
|
+
OpenTelemetry::SDK.configure do |c|
|
36
|
+
c.add_span_processor(
|
37
|
+
OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(
|
38
|
+
OpenTelemetry::Exporter::Zipkin::Exporter.new(endpoint: 'http://192.168.0.1:9411/api/v2/spans' )
|
39
|
+
)
|
40
|
+
)
|
41
|
+
c.service_name = 'zipkin-example'
|
42
|
+
c.service_version = '0.15.0'
|
43
|
+
end
|
44
|
+
|
45
|
+
# To start a trace you need to get a Tracer from the TracerProvider
|
46
|
+
tracer = OpenTelemetry.tracer_provider.tracer('my_app_or_gem', '0.1.0')
|
47
|
+
|
48
|
+
# create a span
|
49
|
+
tracer.in_span('foo') do |span|
|
50
|
+
# set an attribute
|
51
|
+
span.set_attribute('platform', 'osx')
|
52
|
+
# add an event
|
53
|
+
span.add_event('event in bar')
|
54
|
+
# create bar as child of foo
|
55
|
+
tracer.in_span('bar') do |child_span|
|
56
|
+
# inspect the span
|
57
|
+
pp child_span
|
58
|
+
end
|
59
|
+
end
|
60
|
+
```
|
61
|
+
|
62
|
+
For additional examples, see the [examples on github][examples-github].
|
63
|
+
|
64
|
+
## How can I configure the Zipkin exporter?
|
65
|
+
|
66
|
+
The collector exporter can be configured explicitly in code, as shown above, or via environment variables. The configuration parameters, environment variables, and defaults are shown below.
|
67
|
+
|
68
|
+
| Parameter | Environment variable | Default |
|
69
|
+
| ----------- | --------------------------------------| -------------------------- |
|
70
|
+
| `endpoint:` | `OTEL_EXPORTER_ZIPKIN_ENDPOINT` | `"http://localhost:9411"` |
|
71
|
+
| `headers:` | `OTEL_EXPORTER_ZIPKIN_TRACES_HEADERS` | `nil` |
|
72
|
+
| `timeoout:` | `OTEL_EXPORTER_ZIPKIN_TRACES_TIMEOUT` | `10` |
|
73
|
+
| | `OTEL_TRACES_EXPORTER` | `zipkin` |
|
74
|
+
|
75
|
+
## How can I get involved?
|
76
|
+
|
77
|
+
The `opentelemetry-exporter-zipkin` gem source is [on github][repo-github], along with related gems including `opentelemetry-sdk`.
|
78
|
+
|
79
|
+
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us on 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].
|
80
|
+
|
81
|
+
## License
|
82
|
+
|
83
|
+
The `opentelemetry-exporter-zipkin` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
|
84
|
+
|
85
|
+
|
86
|
+
[zipkin-home]: https://zipkin.io/
|
87
|
+
[opentelemetry-home]: https://opentelemetry.io
|
88
|
+
[bundler-home]: https://bundler.io
|
89
|
+
[repo-github]: https://github.com/open-telemetry/opentelemetry-ruby
|
90
|
+
[license-github]: https://github.com/open-telemetry/opentelemetry-ruby/blob/main/LICENSE
|
91
|
+
[examples-github]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/examples
|
92
|
+
[ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
|
93
|
+
[community-meetings]: https://github.com/open-telemetry/community#community-meetings
|
94
|
+
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# SPDX-License-Identifier: Apache-2.0
|
6
|
+
|
7
|
+
# OpenTelemetry is an open source observability framework, providing a
|
8
|
+
# general-purpose API, SDK, and related tools required for the instrumentation
|
9
|
+
# of cloud-native software, frameworks, and libraries.
|
10
|
+
#
|
11
|
+
# The OpenTelemetry module provides global accessors for telemetry objects.
|
12
|
+
# See the documentation for the `opentelemetry-api` gem for details.
|
13
|
+
module OpenTelemetry
|
14
|
+
module Exporter
|
15
|
+
# Zipkin contains SpanExporter implementations for the Zipkin collector in v2 format.
|
16
|
+
module Zipkin
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
$LOAD_PATH.push(File.dirname(__FILE__) + '/../../../thrift/gen-rb')
|
22
|
+
|
23
|
+
require 'opentelemetry/sdk'
|
24
|
+
require 'opentelemetry/common'
|
25
|
+
require 'opentelemetry/exporter/zipkin/transformer'
|
26
|
+
require 'opentelemetry/exporter/zipkin/exporter'
|
27
|
+
require 'opentelemetry/exporter/zipkin/version'
|
@@ -0,0 +1,220 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# SPDX-License-Identifier: Apache-2.0
|
6
|
+
|
7
|
+
require 'uri'
|
8
|
+
require 'opentelemetry/common'
|
9
|
+
require 'opentelemetry/sdk'
|
10
|
+
require 'net/http'
|
11
|
+
require 'csv'
|
12
|
+
require 'json'
|
13
|
+
|
14
|
+
module OpenTelemetry
|
15
|
+
module Exporter
|
16
|
+
module Zipkin
|
17
|
+
# An OpenTelemetry trace exporter that sends spans over HTTP as JSON encoded Zipkin spans.
|
18
|
+
class Exporter # rubocop:disable Metrics/ClassLength
|
19
|
+
SUCCESS = OpenTelemetry::SDK::Trace::Export::SUCCESS
|
20
|
+
FAILURE = OpenTelemetry::SDK::Trace::Export::FAILURE
|
21
|
+
TIMEOUT = OpenTelemetry::SDK::Trace::Export::TIMEOUT
|
22
|
+
private_constant(:SUCCESS, :FAILURE, :TIMEOUT)
|
23
|
+
|
24
|
+
# Default timeouts in seconds.
|
25
|
+
KEEP_ALIVE_TIMEOUT = 30
|
26
|
+
RETRY_COUNT = 5
|
27
|
+
WRITE_TIMEOUT_SUPPORTED = Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.6')
|
28
|
+
private_constant(:KEEP_ALIVE_TIMEOUT, :RETRY_COUNT, :WRITE_TIMEOUT_SUPPORTED)
|
29
|
+
|
30
|
+
def initialize(endpoint: config_opt('OTEL_EXPORTER_ZIPKIN_ENDPOINT', default: 'http://localhost:9411/api/v2/spans'),
|
31
|
+
headers: config_opt('OTEL_EXPORTER_ZIPKIN_TRACES_HEADERS', 'OTEL_EXPORTER_ZIPKIN_HEADERS'),
|
32
|
+
timeout: config_opt('OTEL_EXPORTER_ZIPKIN_TRACES_TIMEOUT', 'OTEL_EXPORTER_ZIPKIN_TIMEOUT', default: 10))
|
33
|
+
raise ArgumentError, "invalid url for Zipkin::Exporter #{endpoint}" if invalid_url?(endpoint)
|
34
|
+
raise ArgumentError, 'headers must be comma-separated k=v pairs or a Hash' unless valid_headers?(headers)
|
35
|
+
|
36
|
+
@uri = if endpoint == ENV['OTEL_EXPORTER_ZIPKIN_ENDPOINT']
|
37
|
+
URI("#{endpoint}/api/v2/spans")
|
38
|
+
else
|
39
|
+
URI(endpoint)
|
40
|
+
end
|
41
|
+
|
42
|
+
@http = Net::HTTP.new(@uri.host, @uri.port)
|
43
|
+
@http.use_ssl = @uri.scheme == 'https'
|
44
|
+
@http.keep_alive_timeout = KEEP_ALIVE_TIMEOUT
|
45
|
+
|
46
|
+
@timeout = timeout.to_f
|
47
|
+
@path = @uri.path
|
48
|
+
@headers = case headers
|
49
|
+
when String then CSV.parse(headers, col_sep: '=', row_sep: ',').to_h
|
50
|
+
when Hash then headers
|
51
|
+
end
|
52
|
+
|
53
|
+
@shutdown = false
|
54
|
+
end
|
55
|
+
|
56
|
+
# Called to export sampled {OpenTelemetry::SDK::Trace::SpanData} structs.
|
57
|
+
#
|
58
|
+
# @param [Enumerable<OpenTelemetry::SDK::Trace::SpanData>] span_data the
|
59
|
+
# list of recorded {OpenTelemetry::SDK::Trace::SpanData} structs to be
|
60
|
+
# exported.
|
61
|
+
# @param [optional Numeric] timeout An optional timeout in seconds.
|
62
|
+
# @return [Integer] the result of the export.
|
63
|
+
def export(span_data, timeout: nil)
|
64
|
+
return FAILURE if @shutdown
|
65
|
+
|
66
|
+
zipkin_spans = encode_spans(span_data)
|
67
|
+
send_spans(zipkin_spans, timeout: timeout)
|
68
|
+
rescue StandardError => e
|
69
|
+
OpenTelemetry.handle_error(exception: e, message: 'unexpected error in Zipkin::Exporter#export')
|
70
|
+
FAILURE
|
71
|
+
end
|
72
|
+
|
73
|
+
# Called when {OpenTelemetry::SDK::Trace::TracerProvider#force_flush} is called, if
|
74
|
+
# this exporter is registered to a {OpenTelemetry::SDK::Trace::TracerProvider}
|
75
|
+
# object.
|
76
|
+
#
|
77
|
+
# @param [optional Numeric] timeout An optional timeout in seconds.
|
78
|
+
def force_flush(timeout: nil)
|
79
|
+
SUCCESS
|
80
|
+
end
|
81
|
+
|
82
|
+
# Called when {OpenTelemetry::SDK::Trace::TracerProvider#shutdown} is called, if
|
83
|
+
# this exporter is registered to a {OpenTelemetry::SDK::Trace::TracerProvider}
|
84
|
+
|
85
|
+
# Called when {OpenTelemetry::SDK::Trace::Tracer#shutdown} is called, if
|
86
|
+
# this exporter is registered to a {OpenTelemetry::SDK::Trace::Tracer}
|
87
|
+
# object.
|
88
|
+
#
|
89
|
+
# @param [optional Numeric] timeout An optional timeout in seconds.
|
90
|
+
def shutdown(timeout: nil)
|
91
|
+
@shutdown = true
|
92
|
+
SUCCESS
|
93
|
+
end
|
94
|
+
|
95
|
+
private
|
96
|
+
|
97
|
+
def config_opt(*env_vars, default: nil)
|
98
|
+
env_vars.each do |env_var|
|
99
|
+
val = ENV[env_var]
|
100
|
+
return val unless val.nil?
|
101
|
+
end
|
102
|
+
default
|
103
|
+
end
|
104
|
+
|
105
|
+
def encode_spans(span_data)
|
106
|
+
span_data.map! { |span| Transformer.to_zipkin_span(span, span.resource) }
|
107
|
+
end
|
108
|
+
|
109
|
+
def around_request
|
110
|
+
OpenTelemetry::Common::Utilities.untraced { yield }
|
111
|
+
end
|
112
|
+
|
113
|
+
def invalid_url?(url)
|
114
|
+
return true if url.nil? || url.strip.empty?
|
115
|
+
|
116
|
+
URI(url)
|
117
|
+
false
|
118
|
+
rescue URI::InvalidURIError
|
119
|
+
true
|
120
|
+
end
|
121
|
+
|
122
|
+
def valid_headers?(headers)
|
123
|
+
return true if headers.nil? || headers.is_a?(Hash)
|
124
|
+
return false unless headers.is_a?(String)
|
125
|
+
|
126
|
+
CSV.parse(headers, col_sep: '=', row_sep: ',').to_h
|
127
|
+
true
|
128
|
+
rescue ArgumentError
|
129
|
+
false
|
130
|
+
end
|
131
|
+
|
132
|
+
def send_spans(zipkin_spans, timeout: nil) # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength
|
133
|
+
retry_count = 0
|
134
|
+
timeout ||= @timeout
|
135
|
+
start_time = Time.now
|
136
|
+
around_request do # rubocop:disable Metrics/BlockLength
|
137
|
+
request = Net::HTTP::Post.new(@path)
|
138
|
+
request.body = JSON.generate(zipkin_spans)
|
139
|
+
request.add_field('Content-Type', 'application/json')
|
140
|
+
@headers&.each { |key, value| request.add_field(key, value) }
|
141
|
+
|
142
|
+
remaining_timeout = OpenTelemetry::Common::Utilities.maybe_timeout(timeout, start_time)
|
143
|
+
return TIMEOUT if remaining_timeout.zero?
|
144
|
+
|
145
|
+
@http.open_timeout = remaining_timeout
|
146
|
+
@http.read_timeout = remaining_timeout
|
147
|
+
@http.write_timeout = remaining_timeout if WRITE_TIMEOUT_SUPPORTED
|
148
|
+
@http.start unless @http.started?
|
149
|
+
|
150
|
+
response = @http.request(request)
|
151
|
+
response.body # Read and discard body
|
152
|
+
# in opentelemetry-js 200-399 is succcess, in opentelemetry-collector zipkin exporter,200-299 is a success
|
153
|
+
# zipkin api docs list 202 as default success code
|
154
|
+
# https://zipkin.io/zipkin-api/#/default/post_spans
|
155
|
+
# TODO: redirect
|
156
|
+
|
157
|
+
case response
|
158
|
+
when Net::HTTPAccepted, Net::HTTPOK
|
159
|
+
response.body # Read and discard body
|
160
|
+
SUCCESS
|
161
|
+
when Net::HTTPServiceUnavailable, Net::HTTPTooManyRequests
|
162
|
+
response.body # Read and discard body
|
163
|
+
redo if backoff?(retry_after: response['Retry-After'], retry_count: retry_count += 1, reason: response.code)
|
164
|
+
FAILURE
|
165
|
+
when Net::HTTPRequestTimeOut, Net::HTTPGatewayTimeOut, Net::HTTPBadGateway
|
166
|
+
response.body # Read and discard body
|
167
|
+
redo if backoff?(retry_count: retry_count += 1, reason: response.code)
|
168
|
+
FAILURE
|
169
|
+
when Net::HTTPBadRequest, Net::HTTPClientError, Net::HTTPServerError
|
170
|
+
# TODO: decode the body as a google.rpc.Status Protobuf-encoded message when https://github.com/open-telemetry/opentelemetry-collector/issues/1357 is fixed.
|
171
|
+
response.body # Read and discard body
|
172
|
+
FAILURE
|
173
|
+
when Net::HTTPRedirection
|
174
|
+
@http.finish
|
175
|
+
handle_redirect(response['location'])
|
176
|
+
redo if backoff?(retry_after: 0, retry_count: retry_count += 1, reason: response.code)
|
177
|
+
else
|
178
|
+
@http.finish
|
179
|
+
FAILURE
|
180
|
+
end
|
181
|
+
rescue Net::OpenTimeout, Net::ReadTimeout
|
182
|
+
retry if backoff?(retry_count: retry_count += 1, reason: 'timeout')
|
183
|
+
return FAILURE
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
187
|
+
def handle_redirect(location)
|
188
|
+
# TODO: figure out destination and reinitialize @http and @path
|
189
|
+
end
|
190
|
+
|
191
|
+
def backoff?(retry_after: nil, retry_count:, reason:)
|
192
|
+
return false if retry_count > RETRY_COUNT
|
193
|
+
|
194
|
+
# TODO: metric exporter
|
195
|
+
|
196
|
+
sleep_interval = nil
|
197
|
+
unless retry_after.nil?
|
198
|
+
sleep_interval =
|
199
|
+
begin
|
200
|
+
Integer(retry_after)
|
201
|
+
rescue ArgumentError
|
202
|
+
nil
|
203
|
+
end
|
204
|
+
sleep_interval ||=
|
205
|
+
begin
|
206
|
+
Time.httpdate(retry_after) - Time.now
|
207
|
+
rescue # rubocop:disable Style/RescueStandardError
|
208
|
+
nil
|
209
|
+
end
|
210
|
+
sleep_interval = nil unless sleep_interval&.positive?
|
211
|
+
end
|
212
|
+
sleep_interval ||= rand(2**retry_count)
|
213
|
+
|
214
|
+
sleep(sleep_interval)
|
215
|
+
true
|
216
|
+
end
|
217
|
+
end
|
218
|
+
end
|
219
|
+
end
|
220
|
+
end
|
@@ -0,0 +1,175 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# SPDX-License-Identifier: Apache-2.0
|
6
|
+
require 'ipaddr'
|
7
|
+
|
8
|
+
module OpenTelemetry
|
9
|
+
module Exporter
|
10
|
+
module Zipkin
|
11
|
+
# @api private
|
12
|
+
module Transformer
|
13
|
+
extend self
|
14
|
+
|
15
|
+
# based on https://github.com/openzipkin/zipkin-ruby/blob/master/lib/zipkin-tracer/trace.rb
|
16
|
+
# https://github.com/openzipkin/zipkin-go/blob/0b3ebdbc2ddf7409f84316407fec22faf1ce8a0f/model/kind.go#L21-L26https://github.com/openzipkin/zipkin-go/blob/0b3ebdbc2ddf7409f84316407fec22faf1ce8a0f/model/kind.go#L21-L26
|
17
|
+
# https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L269-L280# based on https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L269-L280
|
18
|
+
KIND_MAP = {
|
19
|
+
OpenTelemetry::Trace::SpanKind::SERVER => 'SERVER',
|
20
|
+
OpenTelemetry::Trace::SpanKind::CLIENT => 'CLIENT',
|
21
|
+
OpenTelemetry::Trace::SpanKind::PRODUCER => 'PRODUCER',
|
22
|
+
OpenTelemetry::Trace::SpanKind::CONSUMER => 'CONSUMER',
|
23
|
+
OpenTelemetry::Trace::SpanKind::INTERNAL => nil
|
24
|
+
}.freeze
|
25
|
+
|
26
|
+
SERVICE_NAME_ATTRIBUTE_KEY = 'service.name'
|
27
|
+
ERROR_TAG_KEY = 'error'
|
28
|
+
STATUS_CODE_NAME = 'otel.status_code'
|
29
|
+
STATUS_ERROR = 'ERROR'
|
30
|
+
STATUS_OK = 'OK'
|
31
|
+
ATTRIBUTE_PEER_SERVICE = 'peer.service'
|
32
|
+
ATTRIBUTE_NET_PEER_IP = 'peer.ip'
|
33
|
+
ATTRIBUTE_NET_PEER_PORT = 'peer.port'
|
34
|
+
ATTRIBUTE_NET_HOST_IP = 'host.ip'
|
35
|
+
ATTRIBUTE_NET_HOST_PORT = 'host.port'
|
36
|
+
|
37
|
+
DEFAULT_SERVICE_NAME = OpenTelemetry::SDK::Resources::Resource.default.attribute_enumerator.find { |k, _| k == SERVICE_NAME_ATTRIBUTE_KEY }&.last || 'unknown_service'
|
38
|
+
private_constant(:KIND_MAP, :DEFAULT_SERVICE_NAME, :SERVICE_NAME_ATTRIBUTE_KEY, :ERROR_TAG_KEY, :STATUS_CODE_NAME, :STATUS_ERROR, :STATUS_OK, :ATTRIBUTE_PEER_SERVICE, :ATTRIBUTE_NET_PEER_IP, :ATTRIBUTE_NET_PEER_PORT, :ATTRIBUTE_NET_HOST_IP, :ATTRIBUTE_NET_HOST_PORT)
|
39
|
+
|
40
|
+
def to_zipkin_span(span_d, resource)
|
41
|
+
start_time = (span_d.start_timestamp.to_f * 1_000_000).to_i
|
42
|
+
duration = (span_d.end_timestamp.to_f * 1_000_000).to_i - start_time
|
43
|
+
tags = {}
|
44
|
+
service_name = DEFAULT_SERVICE_NAME
|
45
|
+
resource.attribute_enumerator.select do |key, value|
|
46
|
+
service_name = value if key == SERVICE_NAME_ATTRIBUTE_KEY
|
47
|
+
end
|
48
|
+
|
49
|
+
add_il_tags(span_d, tags)
|
50
|
+
add_status_tags(span_d, tags)
|
51
|
+
tags = aggregate_span_tags(span_d, tags)
|
52
|
+
|
53
|
+
# TOOO: set debug flag? (is that represented in tracestate?)
|
54
|
+
# https://github.com/openzipkin/b3-propagation#why-is-debug-encoded-as-x-b3-flags-1
|
55
|
+
# https://github.com/openzipkin/zipkin-api/blob/7692ca7be4dc3be9225db550d60c4d30e6e9ec59/zipkin2-api.yaml#L475
|
56
|
+
# TODO: shared key mapping
|
57
|
+
|
58
|
+
zipkin_span = {
|
59
|
+
name: span_d.name,
|
60
|
+
traceId: span_d.hex_trace_id,
|
61
|
+
id: span_d.hex_span_id,
|
62
|
+
timestamp: start_time,
|
63
|
+
duration: duration,
|
64
|
+
debug: false
|
65
|
+
}
|
66
|
+
|
67
|
+
add_conditional_tags(zipkin_span, span_d, tags, service_name)
|
68
|
+
add_annotations(zipkin_span, span_d)
|
69
|
+
|
70
|
+
zipkin_span
|
71
|
+
end
|
72
|
+
|
73
|
+
def add_il_tags(span_data, tags)
|
74
|
+
tags['otel.library.name'] = span_data.instrumentation_library.name
|
75
|
+
tags['otel.library.version'] = span_data.instrumentation_library.version
|
76
|
+
end
|
77
|
+
|
78
|
+
def add_status_tags(span_data, tags)
|
79
|
+
if span_data.status&.code == OpenTelemetry::Trace::Status::ERROR
|
80
|
+
# mark errors if we can, setting error key to description but falling back to an empty string
|
81
|
+
# https://github.com/open-telemetry/opentelemetry-specification/blob/84b18b23339dcc0b1a9d48f976a1afd287417602/specification/trace/sdk_exporters/zipkin.md#status
|
82
|
+
# https://github.com/openzipkin/zipkin-ruby/blob/7bedb4dd162c4cbeffc7b97dd06c8dbccbfbab62/lib/zipkin-tracer/trace.rb#L259
|
83
|
+
# https://github.com/open-telemetry/opentelemetry-collector/blob/81c7cc53b7067fbf3db4e1671b13bbe2796eb56e/translator/trace/zipkin/traces_to_zipkinv2.go#L144
|
84
|
+
tags[ERROR_TAG_KEY] = span_data.status.description || ''
|
85
|
+
tags[STATUS_CODE_NAME] = STATUS_ERROR
|
86
|
+
elsif span_data.status&.code == OpenTelemetry::Trace::Status::OK
|
87
|
+
tags[STATUS_CODE_NAME] = STATUS_OK
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
def add_conditional_tags(zipkin_span, span_data, tags, service_name)
|
92
|
+
zipkin_span['tags'] = tags unless tags.empty?
|
93
|
+
zipkin_span['kind'] = KIND_MAP[span_data.kind] unless span_data.kind.nil?
|
94
|
+
zipkin_span['parentId'] = span_data.parent_span_id.unpack1('H*') unless span_data.parent_span_id.nil?
|
95
|
+
zipkin_span['localEndpoint'] = endpoint_from_tags(tags, (span_data.attributes && span_data.attributes[SERVICE_NAME_ATTRIBUTE_KEY]) || service_name)
|
96
|
+
# remote endpoint logic https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L284
|
97
|
+
zipkin_span['remoteEndpoint'] = endpoint_from_tags(tags, nil)
|
98
|
+
end
|
99
|
+
|
100
|
+
def add_annotations(zipkin_span, span_data)
|
101
|
+
# Tried to follow the below
|
102
|
+
# https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L172
|
103
|
+
# https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L183-L191
|
104
|
+
# https://github.com/open-telemetry/opentelemetry-specification/blob/cb16422a61219d4fd99b466a70e47cb8af9e26b1/specification/trace/sdk_exporters/zipkin.md#events
|
105
|
+
return if span_data.events.nil? || span_data.events.empty?
|
106
|
+
|
107
|
+
events = span_data.events.map do |event|
|
108
|
+
if event.attributes.keys.length.zero?
|
109
|
+
{
|
110
|
+
timestamp: (event.timestamp.to_f * 1_000_000).to_s,
|
111
|
+
value: event.name
|
112
|
+
}
|
113
|
+
else
|
114
|
+
{
|
115
|
+
timestamp: (event.timestamp.to_f * 1_000_000).to_s,
|
116
|
+
value: { event.name => event.attributes.transform_values(&:to_s) }.to_json
|
117
|
+
}
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
zipkin_span[:annotations] = events.map(&:to_h) unless events.empty?
|
122
|
+
end
|
123
|
+
|
124
|
+
def aggregate_span_tags(span_data, tags)
|
125
|
+
# convert attributes to strings
|
126
|
+
# https://github.com/open-telemetry/opentelemetry-specification/blob/84b18b23339dcc0b1a9d48f976a1afd287417602/specification/trace/sdk_exporters/zipkin.md#attribute
|
127
|
+
return tags if span_data.attributes.nil?
|
128
|
+
|
129
|
+
tags = tags.merge(span_data.attributes)
|
130
|
+
|
131
|
+
tags.transform_values!(&:to_s)
|
132
|
+
end
|
133
|
+
|
134
|
+
# mostly based on https://github.com/open-telemetry/opentelemetry-specification/blob/cb16422a61219d4fd99b466a70e47cb8af9e26b1/specification/trace/sdk_exporters/zipkin.md#otlp---zipkin
|
135
|
+
# and https://github.com/open-telemetry/opentelemetry-collector/blob/347cfa9ab21d47240128c58c9bafcc0014bc729d/translator/trace/zipkin/traces_to_zipkinv2.go#L284
|
136
|
+
def endpoint_from_tags(tags, service_name = nil)
|
137
|
+
endpoint = {}
|
138
|
+
|
139
|
+
if service_name
|
140
|
+
endpoint['serviceName'] = service_name
|
141
|
+
endpoint['port'] = tags[ATTRIBUTE_NET_HOST_PORT].to_s if tags[ATTRIBUTE_NET_HOST_PORT]
|
142
|
+
|
143
|
+
if tags[ATTRIBUTE_NET_HOST_IP]
|
144
|
+
ip_addr = IPAddr.new(tags[ATTRIBUTE_NET_HOST_IP])
|
145
|
+
|
146
|
+
# https://github.com/openzipkin/zipkin-api/blob/7692ca7be4dc3be9225db550d60c4d30e6e9ec59/zipkin2-api.yaml#L292
|
147
|
+
# https://github.com/openzipkin/zipkin-api/blob/7692ca7be4dc3be9225db550d60c4d30e6e9ec59/zipkin2-api.yaml#L286
|
148
|
+
if ip_addr.ipv6?
|
149
|
+
endpoint['ipv6'] = ip_addr.to_s
|
150
|
+
else
|
151
|
+
endpoint['ipv4'] = ip_addr.to_s
|
152
|
+
end
|
153
|
+
end
|
154
|
+
else
|
155
|
+
endpoint['port'] = tags[ATTRIBUTE_NET_PEER_PORT].to_s if tags[ATTRIBUTE_NET_PEER_PORT]
|
156
|
+
|
157
|
+
if tags[ATTRIBUTE_NET_PEER_IP]
|
158
|
+
ip_addr = IPAddr.new(tags[ATTRIBUTE_NET_PEER_IP])
|
159
|
+
|
160
|
+
# https://github.com/openzipkin/zipkin-api/blob/7692ca7be4dc3be9225db550d60c4d30e6e9ec59/zipkin2-api.yaml#L292
|
161
|
+
# https://github.com/openzipkin/zipkin-api/blob/7692ca7be4dc3be9225db550d60c4d30e6e9ec59/zipkin2-api.yaml#L286
|
162
|
+
if ip_addr.ipv6?
|
163
|
+
endpoint['ipv6'] = ip_addr.to_s
|
164
|
+
else
|
165
|
+
endpoint['ipv4'] = ip_addr.to_s
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
endpoint
|
171
|
+
end
|
172
|
+
end
|
173
|
+
end
|
174
|
+
end
|
175
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
|
+
#
|
5
|
+
# SPDX-License-Identifier: Apache-2.0
|
6
|
+
|
7
|
+
module OpenTelemetry
|
8
|
+
module Exporter
|
9
|
+
module Zipkin
|
10
|
+
## Current OpenTelemetry Zipkin exporter version
|
11
|
+
VERSION = '0.17.0'
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
metadata
ADDED
@@ -0,0 +1,224 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: opentelemetry-exporter-zipkin
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.17.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- OpenTelemetry Authors
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: opentelemetry-api
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.17.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.17.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: opentelemetry-common
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 0.17.0
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 0.17.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: opentelemetry-sdk
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 0.17.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 0.17.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: bundler
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.17'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '1.17'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: faraday
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0.13'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0.13'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: minitest
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '5.0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '5.0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rake
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '12.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '12.0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: rubocop
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 0.73.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.73.0
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: simplecov
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0.17'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0.17'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: webmock
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: 3.7.6
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: 3.7.6
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: yard
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - "~>"
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0.9'
|
160
|
+
type: :development
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - "~>"
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0.9'
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: yard-doctest
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - "~>"
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: 0.1.6
|
174
|
+
type: :development
|
175
|
+
prerelease: false
|
176
|
+
version_requirements: !ruby/object:Gem::Requirement
|
177
|
+
requirements:
|
178
|
+
- - "~>"
|
179
|
+
- !ruby/object:Gem::Version
|
180
|
+
version: 0.1.6
|
181
|
+
description: Zipkin trace exporter for the OpenTelemetry framework
|
182
|
+
email:
|
183
|
+
- cncf-opentelemetry-contributors@lists.cncf.io
|
184
|
+
executables: []
|
185
|
+
extensions: []
|
186
|
+
extra_rdoc_files: []
|
187
|
+
files:
|
188
|
+
- ".yardopts"
|
189
|
+
- CHANGELOG.md
|
190
|
+
- LICENSE
|
191
|
+
- README.md
|
192
|
+
- lib/opentelemetry-exporter-zipkin.rb
|
193
|
+
- lib/opentelemetry/exporter/zipkin.rb
|
194
|
+
- lib/opentelemetry/exporter/zipkin/exporter.rb
|
195
|
+
- lib/opentelemetry/exporter/zipkin/transformer.rb
|
196
|
+
- lib/opentelemetry/exporter/zipkin/version.rb
|
197
|
+
homepage: https://github.com/open-telemetry/opentelemetry-ruby
|
198
|
+
licenses:
|
199
|
+
- Apache-2.0
|
200
|
+
metadata:
|
201
|
+
changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-zipkin/v0.17.0/file.CHANGELOG.html
|
202
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/exporter/zipkin
|
203
|
+
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
|
204
|
+
documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-exporter-zipkin/v0.17.0
|
205
|
+
post_install_message:
|
206
|
+
rdoc_options: []
|
207
|
+
require_paths:
|
208
|
+
- lib
|
209
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
210
|
+
requirements:
|
211
|
+
- - ">="
|
212
|
+
- !ruby/object:Gem::Version
|
213
|
+
version: 2.5.0
|
214
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
215
|
+
requirements:
|
216
|
+
- - ">="
|
217
|
+
- !ruby/object:Gem::Version
|
218
|
+
version: '0'
|
219
|
+
requirements: []
|
220
|
+
rubygems_version: 3.1.6
|
221
|
+
signing_key:
|
222
|
+
specification_version: 4
|
223
|
+
summary: Zipkin trace exporter for the OpenTelemetry framework
|
224
|
+
test_files: []
|