opentelemetry-instrumentation-grpc 0.1.3 → 0.2.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: 26efaa070d7b860b93a139d4f4b09914537a084a3e209f2758895ea8afd6fc50
4
- data.tar.gz: 43f1a935e75e418f27ca7eb494e9582ef4c12c4a9232165057842a0d2998ccd1
3
+ metadata.gz: 106bb721c80bd4f015121faa25170d612f17961b143b4eb93a7f25a8891bf509
4
+ data.tar.gz: c7b9ba9665050c4f53b0384fa1a32960f2e2ec2fb136b61f114d720b6cf9be21
5
5
  SHA512:
6
- metadata.gz: 8dd98ebe3d2e55426129068208c4fc89b0d9f943eca69bd5198fd2938e392b343a93bfb06c42c3dd8b8a7565b7a6a91139e25e0d648a11030c7bfa77e33cb1c4
7
- data.tar.gz: 8a2543040e4cbd6fcf8306235e149ec888fa297290f325489f5c71cf81d344e1d1476570a6bd2b3e850c2f56494b7f8af1c6641f2e3221b7f9901eefa0b158b5
6
+ metadata.gz: e1b00d575b674d07193e607208862ebb5eb610e2bbec6b145cdebb0444be81d436be7c08ff83bd14bccbc887c1f101c8d8123679f541b4fbc08839cd243591c4
7
+ data.tar.gz: b471fee6843acebf756a0415b3e89e7c7e33fa9106a8fff29dc333957393dffea5916eca581ee80b924805e767d0bd0e6c9d54ed11b66095ed6dc650c7503b2c
data/.rubocop.yml ADDED
@@ -0,0 +1,6 @@
1
+ inherit_from: ../../.rubocop.yml
2
+
3
+ AllCops:
4
+ Exclude:
5
+ - 'test/support/proto/*.rb'
6
+ - 'example/proto/*.rb'
data/Appraisals ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
7
+ appraise 'grpc-1.68' do
8
+ gem 'grpc', '~> 1.68.0'
9
+ end
10
+
11
+ appraise 'grpc-latest' do
12
+ gem 'grpc'
13
+ end
data/CHANGELOG.md CHANGED
@@ -1,18 +1,24 @@
1
- ## [Unreleased]
1
+ # Release History: opentelemetry-instrumentation-grpc
2
2
 
3
- ## [0.1.3] - 2024-09-11
3
+ ### v0.2.0 / 2025-04-02
4
4
 
5
- - Fix error in handling of non-gRPC errors
6
- - Fix error in method signature for OpenTelemetry::Instrumentation::Grpc.client_interceptor [#1](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/pull/1)
5
+ * ADDED: Add gRPC trace demonstration
6
+ * ADDED: Migrate gRPC instrumentation to OpenTelemetry tooling
7
+ * ADDED: Transferred ownership of the gem from @hibachrach to OpenTelemetry
7
8
 
8
- ## [0.1.2] - 2024-06-26
9
+ ### v0.1.3 / 2024-09-11
9
10
 
10
- - Align span naming with spec
11
+ * FIXED: Fix error in handling of non-gRPC errors
12
+ * FIXED: Fix error in method signature for OpenTelemetry::Instrumentation::Grpc.client_interceptor [#1](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/pull/1)
11
13
 
12
- ## [0.1.1] - 2024-06-26
14
+ ### v0.1.2 / 2024-06-26
13
15
 
14
- - Fix `uninitialized constant Interceptors` error
16
+ * FIXED: Align span naming with spec
15
17
 
16
- ## [0.1.0] - 2024-06-18
18
+ ### v0.1.1 / 2024-06-26
17
19
 
18
- - Initial release
20
+ * FIXED: Fix `uninitialized constant Interceptors` error
21
+
22
+ ### v0.1.0 / 2024-06-18
23
+
24
+ * Initial release
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 CHANGED
@@ -1,66 +1,73 @@
1
- # OpenTelemetry::Instrumentation::Grpc
1
+ # OpenTelemetry gRPC Instrumentation
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/opentelemetry-instrumentation-grpc.svg)](https://badge.fury.io/rb/opentelemetry-instrumentation-grpc)
4
4
  [![GitHub Actions CI Status](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/actions/workflows/main.yml/badge.svg)](https://github.com/hibachrach/opentelemetry-instrumentation-grpc/actions?query=branch%3Amain)
5
5
 
6
- OpenTelemetry instrumentation for users of the `grpc` gem
6
+ OpenTelemetry instrumentation for users of the [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) gem.
7
7
 
8
8
  > [!WARNING]
9
9
  > Right now, the gem only instruments outbound requests to gRPC services
10
10
 
11
- ## Installation
11
+ ## How do I get started?
12
12
 
13
- Install the gem and add to the application's Gemfile by executing:
13
+ Install the gem using:
14
14
 
15
- $ bundle add opentelemetry-instrumentation-grpc
15
+ ```console
16
+ gem install opentelemetry-instrumentation-grpc
17
+ ```
16
18
 
17
- If bundler is not being used to manage dependencies, install the gem by executing:
19
+ Or, if you use [bundler][bundler-home], include `opentelemetry-instrumentation-grpc` to your `Gemfile`.
18
20
 
19
- $ gem install opentelemetry-instrumentation-grpc
20
21
 
21
22
  ## Usage
22
23
 
23
24
  To use the instrumentation, call `use` with the name of the instrumentation:
24
25
 
25
26
  ```ruby
26
- OpenTelemetry::SDK.configure do |c|
27
- c.use 'OpenTelemetry::Instrumentation::Grpc', {
28
- peer_service: "Example",
29
- allowed_metadata_headers: [],
30
- }
31
- end
27
+ OpenTelemetry::SDK.configure do |c|
28
+ c.use 'OpenTelemetry::Instrumentation::Grpc', {
29
+ peer_service: "Example",
30
+ allowed_metadata_headers: [],
31
+ }
32
+ end
32
33
  ```
33
34
 
34
35
  Alternatively, you can also call `use_all` to install all the available
35
36
  instrumentation.
36
37
 
37
38
  ```ruby
38
- OpenTelemetry::SDK.configure do |c|
39
- c.use_all
40
- end
39
+ OpenTelemetry::SDK.configure do |c|
40
+ c.use_all
41
+ end
41
42
  ```
42
43
 
43
- You *also* need to make sure your stubs are using the interceptor, e.g.
44
+ ## Examples
44
45
 
45
- ```ruby
46
- otel = OpenTelemetry::Instrumentation::Grpc.client_interceptor
47
- SomeService::Stub.new(host, credentials, *args, **kwargs, interceptors: [otel])
48
- ```
46
+ Example usage can be seen in the `./example/trace_demonstration.rb` file [here](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/grpc/example/trace_demonstration.rb)
49
47
 
50
48
  ## Development
51
49
 
52
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
50
+ Integration tests rely on a real gRPC server that is started by relevant tests. The proto definition is located in `test/support/proto/ping.proto`. Making changes to the proto definition requires re-creating gRPC-generated code. To do this, run the following command:
53
51
 
54
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
52
+ ```sh
53
+ bundle exec grpc_tools_ruby_protoc --ruby_out=. --grpc_out=. test/support/proto/ping.proto
54
+ ```
55
55
 
56
- ## Contributing
56
+ ## How can I get involved?
57
57
 
58
- Bug reports and pull requests are welcome on GitHub at https://github.com/hibachrach/opentelemetry-instrumentation-grpc. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/opentelemetry-instrumentation-grpc/blob/main/CODE_OF_CONDUCT.md).
58
+ The `opentelemetry-instrumentation-grpc` gem source is [on github][repo-github], along with related gems including `opentelemetry-api` and `opentelemetry-sdk`.
59
59
 
60
- ## License
60
+ The OpenTelemetry Ruby gems are maintained by the OpenTelemetry Ruby special interest group (SIG). You can get involved by joining us on our [GitHub Discussions][discussions-url], [Slack Channel][slack-channel] 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].
61
61
 
62
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
62
+ ## License
63
63
 
64
- ## Code of Conduct
64
+ The `opentelemetry-instrumentation-grpc` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
65
65
 
66
- Everyone interacting in the OpenTelemetry::Instrumentation::Grpc project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/opentelemetry-instrumentation-grpc/blob/main/CODE_OF_CONDUCT.md).
66
+ [grpc-home]: https://github.com/grpc/grpc
67
+ [bundler-home]: https://bundler.io
68
+ [repo-github]: https://github.com/open-telemetry/opentelemetry-ruby
69
+ [license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
70
+ [ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
71
+ [community-meetings]: https://github.com/open-telemetry/community#community-meetings
72
+ [slack-channel]: https://cloud-native.slack.com/archives/C01NWKKMKMY
73
+ [discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
data/Rakefile CHANGED
@@ -1,10 +1,28 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
5
6
 
6
- RSpec::Core::RakeTask.new(:spec)
7
+ require 'bundler/gem_tasks'
8
+ require 'rake/testtask'
9
+ require 'yard'
10
+ require 'rubocop/rake_task'
7
11
 
8
- require "standard/rake"
12
+ RuboCop::RakeTask.new
9
13
 
10
- task default: %i[spec standard]
14
+ Rake::TestTask.new :test do |t|
15
+ t.libs << 'test'
16
+ t.libs << 'lib'
17
+ t.test_files = FileList['test/**/*_test.rb']
18
+ end
19
+
20
+ YARD::Rake::YardocTask.new do |t|
21
+ t.stats_options = ['--list-undoc']
22
+ end
23
+
24
+ if RUBY_ENGINE == 'truffleruby'
25
+ task default: %i[test]
26
+ else
27
+ task default: %i[test rubocop yard]
28
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
7
+ class ExampleImpl < ::Proto::Example::ExampleAPI::Service
8
+ def example(_req, _call)
9
+ Proto::Example::ExampleResponse.new(response_name: 'Hello')
10
+ end
11
+ end
@@ -0,0 +1,16 @@
1
+ syntax = "proto3";
2
+
3
+ package proto.example;
4
+
5
+ service ExampleAPI {
6
+ rpc Example(ExampleRequest) returns (ExampleResponse);
7
+ }
8
+
9
+ message ExampleRequest {
10
+ uint64 id = 1;
11
+ string name = 2;
12
+ }
13
+
14
+ message ExampleResponse {
15
+ string response_name = 1;
16
+ }
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
4
+ # source: proto/example_api.proto
5
+
6
+ require 'google/protobuf'
7
+
8
+ descriptor_data = "\n\x17proto/example_api.proto\x12\rproto.example\"*\n\x0e\x45xampleRequest\x12\n\n\x02id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\"(\n\x0f\x45xampleResponse\x12\x15\n\rresponse_name\x18\x01 \x01(\t2V\n\nExampleAPI\x12H\n\x07\x45xample\x12\x1d.proto.example.ExampleRequest\x1a\x1e.proto.example.ExampleResponseb\x06proto3"
9
+
10
+ pool = Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Proto
14
+ module Example
15
+ ExampleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup('proto.example.ExampleRequest').msgclass
16
+ ExampleResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup('proto.example.ExampleResponse').msgclass
17
+ end
18
+ end
@@ -0,0 +1,23 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: proto/example_api.proto for package 'proto.example'
3
+
4
+ require 'grpc'
5
+ require_relative 'example_api_pb'
6
+
7
+ module Proto
8
+ module Example
9
+ module ExampleAPI
10
+ class Service
11
+ include ::GRPC::GenericService
12
+
13
+ self.marshal_class_method = :encode
14
+ self.unmarshal_class_method = :decode
15
+ self.service_name = 'proto.example.ExampleAPI'
16
+
17
+ rpc :Example, ::Proto::Example::ExampleRequest, ::Proto::Example::ExampleResponse
18
+ end
19
+
20
+ Stub = Service.rpc_stub_class
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,35 @@
1
+ require_relative './proto/example_api_services_pb'
2
+ require_relative './example_impl'
3
+
4
+ require 'bundler/inline'
5
+
6
+ gemfile do
7
+ source 'https://rubygems.org'
8
+ gem 'grpc'
9
+ gem 'opentelemetry-api'
10
+ gem 'opentelemetry-common'
11
+ gem 'opentelemetry-instrumentation-grpc', path: '../'
12
+ gem 'opentelemetry-sdk'
13
+ end
14
+
15
+ ENV['OTEL_TRACES_EXPORTER'] = 'console'
16
+ OpenTelemetry::SDK.configure do |c|
17
+ c.use 'OpenTelemetry::Instrumentation::Grpc'
18
+ end
19
+
20
+
21
+ # start the server
22
+ @service = ExampleImpl.new
23
+ server = GRPC::RpcServer.new(pool_size: 1, poll_period: 1)
24
+ server_port = server.add_http2_port('localhost:0', :this_port_is_insecure)
25
+ server.handle(ExampleImpl)
26
+ server_thread = Thread.new { server.run }
27
+ server.wait_till_running
28
+
29
+
30
+ # make a request
31
+ stub = Proto::Example::ExampleAPI::Stub.new("localhost:#{server_port}", :this_channel_is_insecure)
32
+ stub.example(Proto::Example::ExampleRequest.new(id: 1, name: 'test!'))
33
+
34
+ server.stop
35
+ server_thread.join
@@ -1,5 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
3
7
  module OpenTelemetry
4
8
  module Instrumentation
5
9
  module Grpc
@@ -7,6 +11,7 @@ module OpenTelemetry
7
11
  class Instrumentation < OpenTelemetry::Instrumentation::Base
8
12
  install do |_config|
9
13
  require_dependencies
14
+ patch
10
15
  end
11
16
 
12
17
  option :allowed_metadata_headers, default: [], validate: :array
@@ -18,8 +23,13 @@ module OpenTelemetry
18
23
 
19
24
  private
20
25
 
26
+ def patch
27
+ ::GRPC::ClientStub.prepend(Patches::ClientStub)
28
+ end
29
+
21
30
  def require_dependencies
22
- require_relative "interceptors/client"
31
+ require_relative 'interceptors/client_tracer'
32
+ require_relative 'patches/client_stub'
23
33
  end
24
34
  end
25
35
  end
@@ -1,24 +1,29 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
3
7
  module OpenTelemetry
4
8
  module Instrumentation
5
9
  module Grpc
6
10
  module Interceptors
7
- class Client < ::GRPC::ClientInterceptor
11
+ # ClientTracer is a gRPC client interceptor which instrument gRPC calls with OpenTelemetry tracing
12
+ class ClientTracer < ::GRPC::ClientInterceptor
8
13
  def request_response(request: nil, call: nil, method: nil, metadata: nil, &blk)
9
- call(type: "request_response", requests: [request], call: call, method: method, metadata: metadata, &blk)
14
+ call(type: 'request_response', requests: [request], call: call, method: method, metadata: metadata, &blk)
10
15
  end
11
16
 
12
17
  def client_streamer(requests: nil, call: nil, method: nil, metadata: nil, &blk)
13
- call(type: "client_streamer", requests: requests, call: call, method: method, metadata: metadata, &blk)
18
+ call(type: 'client_streamer', requests: requests, call: call, method: method, metadata: metadata, &blk)
14
19
  end
15
20
 
16
21
  def server_streamer(request: nil, call: nil, method: nil, metadata: nil, &blk)
17
- call(type: "server_streamer", requests: [request], call: call, method: method, metadata: metadata, &blk)
22
+ call(type: 'server_streamer', requests: [request], call: call, method: method, metadata: metadata, &blk)
18
23
  end
19
24
 
20
25
  def bidi_streamer(requests: nil, call: nil, method: nil, metadata: nil, &blk)
21
- call(type: "client_streamer", requests: requests, call: call, method: method, metadata: metadata, &blk)
26
+ call(type: 'client_streamer', requests: requests, call: call, method: method, metadata: metadata, &blk)
22
27
  end
23
28
 
24
29
  private
@@ -26,17 +31,17 @@ module OpenTelemetry
26
31
  def call(type:, requests: nil, call: nil, method: nil, metadata: nil)
27
32
  return yield if instrumentation_config.empty?
28
33
 
29
- method_parts = method.to_s.split("/")
34
+ method_parts = method.to_s.split('/')
30
35
  service = method_parts[1]
31
36
  method_name = method_parts.last
32
37
 
33
38
  attributes = {
34
- OpenTelemetry::SemanticConventions::Trace::RPC_SYSTEM => "grpc",
39
+ OpenTelemetry::SemanticConventions::Trace::RPC_SYSTEM => 'grpc',
35
40
  OpenTelemetry::SemanticConventions::Trace::RPC_SERVICE => service,
36
41
  OpenTelemetry::SemanticConventions::Trace::RPC_METHOD => method_name,
37
42
  OpenTelemetry::SemanticConventions::Trace::PEER_SERVICE => instrumentation_config[:peer_service],
38
- "rpc.type" => type,
39
- "net.sock.peer.addr" => call.instance_variable_get(:@wrapped)&.peer
43
+ 'rpc.type' => type,
44
+ 'net.sock.peer.addr' => call.instance_variable_get(:@wrapped)&.peer
40
45
  }.compact
41
46
 
42
47
  attributes.merge!(allowed_metadata_headers(metadata.transform_keys(&:to_s)))
@@ -44,7 +49,7 @@ module OpenTelemetry
44
49
  instrumentation_tracer.in_span(
45
50
  # The specification requires there be no leading slash
46
51
  # https://github.com/open-telemetry/semantic-conventions/blob/5a2836bbea0b6e105b98370f331a7661bcf19540/docs/rpc/rpc-spans.md?plain=1#L63-L69
47
- method.to_s.delete_prefix("/"),
52
+ method.to_s.delete_prefix('/'),
48
53
  attributes: attributes,
49
54
  kind: OpenTelemetry::Trace::SpanKind::CLIENT
50
55
  ) do |span|
@@ -0,0 +1,25 @@
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 Instrumentation
9
+ module Grpc
10
+ module Patches
11
+ # Module to be prepended to force gRPC to use the client interceptor by
12
+ # default so the user doesn't have to manually add it when initializing a client.
13
+ module ClientStub
14
+ def initialize(host, creds, **args)
15
+ interceptors = args[:interceptors] || []
16
+ interceptors.unshift(Interceptors::ClientTracer.new) unless interceptors.any?(Interceptors::ClientTracer)
17
+ args[:interceptors] = interceptors
18
+
19
+ super
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
@@ -1,9 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
3
7
  module OpenTelemetry
4
8
  module Instrumentation
5
9
  module Grpc
6
- VERSION = "0.1.3"
10
+ VERSION = '0.2.0'
7
11
  end
8
12
  end
9
13
  end
@@ -1,24 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "opentelemetry"
4
- require "opentelemetry-instrumentation-base"
5
- require "active_support/inflector"
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
7
+ require 'opentelemetry'
8
+ require 'opentelemetry-instrumentation-base'
6
9
 
7
10
  module OpenTelemetry
8
11
  module Instrumentation
9
- # Contains the OpenTelemetry instrumentation for the Gruf gem
12
+ # Contains the OpenTelemetry instrumentation for the gRPC gem
10
13
  module Grpc
11
14
  class Error < StandardError; end
12
-
13
- module_function
14
-
15
- def client_interceptor
16
- Interceptors::Client.new
17
- end
18
15
  end
19
16
  end
20
17
  end
21
18
 
22
- require_relative "grpc/instrumentation"
23
- require_relative "grpc/interceptors/client"
24
- require_relative "grpc/version"
19
+ require_relative 'grpc/instrumentation'
20
+ require_relative 'grpc/version'
21
+ require_relative 'grpc/interceptors/client_tracer'
@@ -1,8 +1,22 @@
1
1
  # frozen_string_literal: true
2
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.
3
13
  module OpenTelemetry
14
+ # "Instrumentation" are specified by
15
+ # https://github.com/open-telemetry/opentelemetry-specification/blob/784635d01d8690c8f5fcd1f55bdbc8a13cf2f4f2/specification/glossary.md#instrumentation-library
16
+ #
17
+ # Instrumentation should be able to handle the case when the library is not installed on a user's system.
4
18
  module Instrumentation
5
19
  end
6
20
  end
7
21
 
8
- require_relative "instrumentation/grpc"
22
+ require_relative 'instrumentation/grpc'
@@ -1,3 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "opentelemetry/instrumentation"
3
+ # Copyright The OpenTelemetry Authors
4
+ #
5
+ # SPDX-License-Identifier: Apache-2.0
6
+
7
+ require_relative 'opentelemetry/instrumentation'
metadata CHANGED
@@ -1,85 +1,76 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Hazel Bachrach
7
+ - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-12 00:00:00.000000000 Z
11
+ date: 2025-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: opentelemetry-instrumentation-base
14
+ name: opentelemetry-api
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.22.4
19
+ version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.22.4
26
+ version: '1.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: opentelemetry-api
28
+ name: opentelemetry-instrumentation-base
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.2'
33
+ version: 0.23.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.2'
41
- - !ruby/object:Gem::Dependency
42
- name: activesupport
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '4'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '4'
55
- description:
40
+ version: 0.23.0
41
+ description: gRPC instrumentation for the OpenTelemetry framework
56
42
  email:
57
- - hbachrach@dropbox.com
43
+ - cncf-opentelemetry-contributors@lists.cncf.io
58
44
  executables: []
59
45
  extensions: []
60
46
  extra_rdoc_files: []
61
47
  files:
62
- - ".rspec"
63
- - ".standard.yml"
48
+ - ".rubocop.yml"
49
+ - Appraisals
64
50
  - CHANGELOG.md
65
- - CODE_OF_CONDUCT.md
66
- - LICENSE.txt
51
+ - LICENSE
67
52
  - README.md
68
53
  - Rakefile
54
+ - example/example_impl.rb
55
+ - example/proto/example_api.proto
56
+ - example/proto/example_api_pb.rb
57
+ - example/proto/example_api_services_pb.rb
58
+ - example/trace_demonstration.rb
69
59
  - lib/opentelemetry-instrumentation-grpc.rb
70
60
  - lib/opentelemetry/instrumentation.rb
71
61
  - lib/opentelemetry/instrumentation/grpc.rb
72
62
  - lib/opentelemetry/instrumentation/grpc/instrumentation.rb
73
- - lib/opentelemetry/instrumentation/grpc/interceptors/client.rb
63
+ - lib/opentelemetry/instrumentation/grpc/interceptors/client_tracer.rb
64
+ - lib/opentelemetry/instrumentation/grpc/patches/client_stub.rb
74
65
  - lib/opentelemetry/instrumentation/grpc/version.rb
75
- - sig/opentelemetry/instrumentation/grpc.rbs
76
- homepage: https://github.com/hibachrach/opentelemetry-instrumentation-grpc
66
+ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
77
67
  licenses:
78
- - MIT
68
+ - Apache-2.0
79
69
  metadata:
80
- homepage_uri: https://github.com/hibachrach/opentelemetry-instrumentation-grpc
81
- source_code_uri: https://github.com/hibachrach/opentelemetry-instrumentation-grpc
82
- changelog_uri: https://github.com/hibachrach/opentelemetry-instrumentation-grpc/blob/main/CHANGELOG.md
70
+ changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby-contrib/opentelemetry-instrumentation-grpc/v0.2.0/file.CHANGELOG.html
71
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/grpc
72
+ bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
73
+ documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby-contrib/opentelemetry-instrumentation-grpc/v0.2.0
83
74
  post_install_message:
84
75
  rdoc_options: []
85
76
  require_paths:
@@ -88,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
79
  requirements:
89
80
  - - ">="
90
81
  - !ruby/object:Gem::Version
91
- version: 3.0.0
82
+ version: '3.1'
92
83
  required_rubygems_version: !ruby/object:Gem::Requirement
93
84
  requirements:
94
85
  - - ">="
@@ -98,5 +89,5 @@ requirements: []
98
89
  rubygems_version: 3.3.27
99
90
  signing_key:
100
91
  specification_version: 4
101
- summary: OpenTelemetry instrumentation for the Ruby gem `grpc`
92
+ summary: gRPC instrumentation for the OpenTelemetry framework
102
93
  test_files: []
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.standard.yml DELETED
@@ -1,3 +0,0 @@
1
- # For available configuration options, see:
2
- # https://github.com/standardrb/standard
3
- ruby_version: 3.0
data/CODE_OF_CONDUCT.md DELETED
@@ -1,84 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
-
9
- ## Our Standards
10
-
11
- Examples of behavior that contributes to a positive environment for our community include:
12
-
13
- * Demonstrating empathy and kindness toward other people
14
- * Being respectful of differing opinions, viewpoints, and experiences
15
- * Giving and gracefully accepting constructive feedback
16
- * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
- * Focusing on what is best not just for us as individuals, but for the overall community
18
-
19
- Examples of unacceptable behavior include:
20
-
21
- * The use of sexualized language or imagery, and sexual attention or
22
- advances of any kind
23
- * Trolling, insulting or derogatory comments, and personal or political attacks
24
- * Public or private harassment
25
- * Publishing others' private information, such as a physical or email
26
- address, without their explicit permission
27
- * Other conduct which could reasonably be considered inappropriate in a
28
- professional setting
29
-
30
- ## Enforcement Responsibilities
31
-
32
- Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
-
34
- Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
-
36
- ## Scope
37
-
38
- This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
-
40
- ## Enforcement
41
-
42
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at hbachrach@dropbox.com. All complaints will be reviewed and investigated promptly and fairly.
43
-
44
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
-
46
- ## Enforcement Guidelines
47
-
48
- Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
-
50
- ### 1. Correction
51
-
52
- **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
-
54
- **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
-
56
- ### 2. Warning
57
-
58
- **Community Impact**: A violation through a single incident or series of actions.
59
-
60
- **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
-
62
- ### 3. Temporary Ban
63
-
64
- **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
-
66
- **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
-
68
- ### 4. Permanent Ban
69
-
70
- **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
-
72
- **Consequence**: A permanent ban from any sort of public interaction within the community.
73
-
74
- ## Attribution
75
-
76
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
- available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
-
79
- Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
-
81
- [homepage]: https://www.contributor-covenant.org
82
-
83
- For answers to common questions about this code of conduct, see the FAQ at
84
- https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2024 Hazel Bachrach
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
@@ -1,8 +0,0 @@
1
- module OpenTelemetry
2
- module Instrumentation
3
- module Grpc
4
- VERSION: String
5
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
6
- end
7
- end
8
- end