opentelemetry-instrumentation-all 0.62.1 → 0.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +101 -96
- data/README.md +3 -6
- data/lib/opentelemetry/instrumentation/all/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d68333b26327f5fad52f1f73650cd551f4d3304d10d6f857eb9098151fe4375c
|
4
|
+
data.tar.gz: a1c9e1a7746dbb949fa62d8bf0fb1af016fec856e9f97c4f6fb7b22dc2c97d90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c48a3727ffb78e25c6df1ff4d166ab72b1ffa11bcd483706631223352035c8900ab1eb9973c46e82258a579b36c7a6a361c149041b6c16205cec250781f78f5
|
7
|
+
data.tar.gz: edff6a4233b4077b65a4a0af0f14377da7e0926f988ae5eb8b4a96cdd0c73b8c8b9de90280f0ef477a3efafda40d8f3a3fea09325c1e62450e32b9fbb0372bb2
|
data/CHANGELOG.md
CHANGED
@@ -1,281 +1,286 @@
|
|
1
1
|
# Release History: opentelemetry-instrumentation-all
|
2
2
|
|
3
|
+
### v0.64.0 / 2024-09-12
|
4
|
+
|
5
|
+
- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
|
6
|
+
|
7
|
+
### v0.63.0 / 2024-08-15
|
8
|
+
|
9
|
+
- ADDED: Collect pg db.collection_name attribute
|
10
|
+
|
3
11
|
### v0.62.1 / 2024-07-23
|
4
12
|
|
5
|
-
|
13
|
+
- DOCS: Add cspell to CI
|
6
14
|
|
7
15
|
### v0.62.0 / 2024-07-02
|
8
16
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
17
|
+
- DOCS: Fix CHANGELOGs to reflect a past breaking change
|
18
|
+
- CHANGED: Update Rails Instrumentation
|
19
|
+
- CHANGED: Update Grape Instrumentation
|
20
|
+
- CHANGED: Update Sinatra Instrumentation
|
13
21
|
|
14
22
|
### v0.61.0 / 2024-06-04
|
15
23
|
|
16
|
-
|
17
|
-
|
24
|
+
- ADDED: Add aws lambda to instrumentation-all
|
25
|
+
- FIXED: Add action_mailer to rails and all
|
18
26
|
|
19
27
|
### v0.60.0 / 2024-02-20
|
20
28
|
|
21
|
-
|
22
|
-
|
29
|
+
- ADDED: Add support gruf 2.19
|
30
|
+
- ADDED: Faraday add support for internal spans
|
23
31
|
|
24
32
|
### v0.59.0 / 2024-02-16
|
25
33
|
|
26
|
-
|
34
|
+
- BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
|
27
35
|
|
28
36
|
### v0.58.0 / 2024-02-15
|
29
37
|
|
30
|
-
|
38
|
+
- CHANGED: upgrade mysql2 instrumentation
|
31
39
|
|
32
40
|
### v0.57.0 / 2024-02-08
|
33
41
|
|
34
|
-
|
35
|
-
|
42
|
+
- BREAKING CHANGE: Move shared sql behavior to helper gems
|
36
43
|
|
37
44
|
### v0.56.0 / 2024-01-09
|
38
45
|
|
39
|
-
|
46
|
+
- BREAKING CHANGE: Use ActiveSupport instead of patches #703
|
40
47
|
|
41
48
|
### v0.55.0 / 2024-01-06
|
42
49
|
|
43
|
-
|
50
|
+
- CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
|
44
51
|
|
45
52
|
### v0.54.0 / 2023-11-28
|
46
53
|
|
47
|
-
|
54
|
+
- ADDED: Updated excon to include connect spans
|
48
55
|
|
49
56
|
### v0.53.0 / 2023-11-28
|
50
57
|
|
51
|
-
|
58
|
+
- CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
|
52
59
|
|
53
60
|
### v0.52.0 / 2023-11-21
|
54
61
|
|
55
|
-
|
56
|
-
|
62
|
+
- BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
|
63
|
+
- BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
|
57
64
|
|
58
|
-
|
59
|
-
|
65
|
+
- CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
|
66
|
+
- CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)
|
60
67
|
|
61
68
|
### v0.51.1 / 2023-10-27
|
62
69
|
|
63
|
-
|
70
|
+
- ADDED: Instrument connect and ping (Trilogy)
|
64
71
|
|
65
72
|
### v0.51.0 / 2023-10-16
|
66
73
|
|
67
|
-
|
74
|
+
- CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
|
68
75
|
|
69
76
|
### v0.50.1 / 2023-09-07
|
70
77
|
|
71
|
-
|
78
|
+
- BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
|
72
79
|
|
73
80
|
### v0.50.0 / 2023-09-07
|
74
81
|
|
75
|
-
|
82
|
+
- BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
|
76
83
|
|
77
84
|
### v0.40.0 / 2023-08-07
|
78
85
|
|
79
|
-
|
86
|
+
- ADDED: Add Gruf instrumentation
|
80
87
|
|
81
88
|
### v0.39.1 / 2023-06-05
|
82
89
|
|
83
|
-
|
90
|
+
- FIXED: Use latest bug fix version for all dependencies
|
84
91
|
|
85
92
|
### v0.39.0 / 2023-06-02
|
86
93
|
|
87
|
-
|
88
|
-
|
94
|
+
- BREAKING CHANGE: Separate logical MySQL host from connected host
|
95
|
+
- ADDED: Separate logical MySQL host from connected host
|
89
96
|
|
90
97
|
### v0.38.0 / 2023-05-31
|
91
98
|
|
92
|
-
|
99
|
+
- BREAKING CHANGE: Add database name for trilogy traces
|
93
100
|
|
94
|
-
|
101
|
+
- ADDED: Add database name for trilogy traces
|
95
102
|
|
96
103
|
### v0.37.0 / 2023-05-25
|
97
104
|
|
98
|
-
|
99
|
-
|
100
|
-
|
105
|
+
- ADDED: Add config[:obfuscation_limit] to pg and mysql2
|
106
|
+
- ADDED: Add Obfuscation Limit Option to Trilogy
|
101
107
|
|
102
108
|
### v0.36.0 / 2023-05-18
|
103
109
|
|
104
|
-
|
105
|
-
|
106
|
-
|
110
|
+
- ADDED: GraphQL instrumentation: support new tracing API (#453)
|
111
|
+
- ADDED: Add span_preprocessor hook (#456)
|
112
|
+
- ADDED: add db.operation attribute for dalli (#458)
|
107
113
|
|
108
114
|
### v0.35.0 / 2023-04-21
|
109
115
|
|
110
|
-
|
116
|
+
- ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all
|
111
117
|
|
112
118
|
### v0.34.0 / 2023-04-17
|
113
119
|
|
114
|
-
|
120
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
115
121
|
|
116
|
-
|
117
|
-
|
122
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
123
|
+
- ADDED: Add Grape instrumentation
|
118
124
|
|
119
125
|
### v0.33.0 / 2023-03-15
|
120
126
|
|
121
|
-
|
127
|
+
- BREAKING CHANGE: Add support for GraphQL 2.0.19
|
122
128
|
|
123
|
-
|
129
|
+
- FIXED: Add support for GraphQL 2.0.19
|
124
130
|
|
125
131
|
### v0.32.0 / 2023-03-13
|
126
132
|
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
133
|
+
- BREAKING CHANGE: Lock graphql max version to 2.0.17
|
134
|
+
- FIXED: Lock graphql max version to 2.0.17
|
135
|
+
- ADDED: Add with_attributes context propagation to Trilogy instrumentation
|
136
|
+
- ADDED: Add option to configure span name for trilogy
|
137
|
+
- FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
|
132
138
|
|
133
139
|
### v0.31.0 / 2023-02-09
|
134
140
|
|
135
|
-
|
136
|
-
|
141
|
+
- BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)
|
137
142
|
|
138
143
|
### v0.30.0 / 2023-01-31
|
139
144
|
|
140
|
-
|
145
|
+
- BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)
|
141
146
|
|
142
147
|
### v0.29.0 / 2023-01-14
|
143
148
|
|
144
|
-
|
149
|
+
- BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)
|
145
150
|
|
146
151
|
### v0.28.1 / 2023-01-14
|
147
152
|
|
148
|
-
|
149
|
-
|
153
|
+
- DOCS: Fix gem homepage
|
154
|
+
- DOCS: More gem documentation fixes
|
150
155
|
|
151
156
|
### v0.28.0 / 2022-11-09
|
152
157
|
|
153
|
-
|
154
|
-
|
155
|
-
|
158
|
+
- ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
|
159
|
+
- ADDED: Instrumentation for racecar
|
160
|
+
- CHANGED: Update rails instrumentation
|
156
161
|
|
157
162
|
### v0.27.0 / 2022-10-14
|
158
163
|
|
159
|
-
|
164
|
+
- CHANGED: Update Rails instrumentation
|
160
165
|
|
161
166
|
### v0.26.0 / 2022-10-12
|
162
167
|
|
163
|
-
|
168
|
+
- ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134
|
164
169
|
|
165
170
|
### v0.25.0 / 2022-06-09
|
166
171
|
|
167
|
-
|
172
|
+
- Bump all dependencies to use base 0.21.0
|
168
173
|
|
169
174
|
### v0.24.1 / 2022-05-05
|
170
175
|
|
171
|
-
|
176
|
+
- (No significant changes)
|
172
177
|
|
173
178
|
### v0.24.0 / 2022-05-02
|
174
179
|
|
175
|
-
|
176
|
-
|
180
|
+
- ADDED: Adds instrumentation for rdkafka
|
181
|
+
- FIXED: Add rdkafka to all
|
177
182
|
|
178
183
|
### v0.23.0 / 2022-01-26
|
179
184
|
|
180
|
-
|
181
|
-
|
182
|
-
|
185
|
+
- ADDED: Add Trilogy Auto Instrumentation
|
186
|
+
- FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
|
187
|
+
- FIXED: add missing require for aws_sdk instrumentation #1054
|
183
188
|
|
184
189
|
### v0.22.0 / 2021-12-01
|
185
190
|
|
186
|
-
|
191
|
+
- ADDED: Move activesupport notification subscriber out of action_view gem
|
187
192
|
|
188
193
|
### v0.21.3 / 2021-10-07
|
189
194
|
|
190
|
-
|
195
|
+
- (No significant changes)
|
191
196
|
|
192
197
|
### v0.21.2 / 2021-09-29
|
193
198
|
|
194
|
-
|
199
|
+
- (No significant changes)
|
195
200
|
|
196
201
|
### v0.21.1 / 2021-09-29
|
197
202
|
|
198
|
-
|
203
|
+
- (No significant changes)
|
199
204
|
|
200
205
|
### v0.21.0 / 2021-09-15
|
201
206
|
|
202
|
-
|
207
|
+
- ADDED: Add Que instrumentation
|
203
208
|
|
204
209
|
### v0.20.2 / 2021-09-09
|
205
210
|
|
206
|
-
|
211
|
+
- (No significant changes)
|
207
212
|
|
208
213
|
### v0.20.1 / 2021-08-18
|
209
214
|
|
210
|
-
|
215
|
+
- FIXED: Instrumentation all sidekiq
|
211
216
|
|
212
217
|
### v0.20.0 / 2021-08-12
|
213
218
|
|
214
|
-
|
215
|
-
|
219
|
+
- ADDED: Instrument active record
|
220
|
+
- ADDED: Add ActionView instrumentation via ActiveSupport::Notifications
|
216
221
|
|
217
222
|
### v0.19.0 / 2021-06-25
|
218
223
|
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
224
|
+
- ADDED: Add resque instrumentation
|
225
|
+
- ADDED: Add ActiveJob instrumentation
|
226
|
+
- ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
|
227
|
+
- FIXED: Broken instrumentation all release
|
223
228
|
|
224
229
|
### v0.18.0 / 2021-05-21
|
225
230
|
|
226
|
-
|
231
|
+
- ADDED: Add koala instrumentation
|
227
232
|
|
228
233
|
### v0.17.0 / 2021-04-22
|
229
234
|
|
230
|
-
|
235
|
+
- ADDED: Add instrumentation for postgresql (pg gem)
|
231
236
|
|
232
237
|
### v0.16.0 / 2021-03-17
|
233
238
|
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
239
|
+
- ADDED: Instrument http gem
|
240
|
+
- ADDED: Instrument lmdb gem
|
241
|
+
- FIXED: Example scripts now reference local common lib
|
242
|
+
- DOCS: Replace Gitter with GitHub Discussions
|
238
243
|
|
239
244
|
### v0.15.0 / 2021-02-18
|
240
245
|
|
241
|
-
|
246
|
+
- ADDED: Instrument http client gem
|
242
247
|
|
243
248
|
### v0.14.0 / 2021-02-03
|
244
249
|
|
245
|
-
|
250
|
+
- (No significant changes)
|
246
251
|
|
247
252
|
### v0.13.0 / 2021-01-29
|
248
253
|
|
249
|
-
|
254
|
+
- (No significant changes)
|
250
255
|
|
251
256
|
### v0.12.1 / 2021-01-13
|
252
257
|
|
253
|
-
|
258
|
+
- ADDED: Instrument RubyKafka
|
254
259
|
|
255
260
|
### v0.12.0 / 2020-12-24
|
256
261
|
|
257
|
-
|
262
|
+
- ADDED: Instrument graphql
|
258
263
|
|
259
264
|
### v0.11.0 / 2020-12-11
|
260
265
|
|
261
|
-
|
266
|
+
- FIXED: Copyright comments to not reference year
|
262
267
|
|
263
268
|
### v0.10.0 / 2020-12-03
|
264
269
|
|
265
|
-
|
270
|
+
- FIXED: Otel-instrumentation-all not installing all
|
266
271
|
|
267
272
|
### v0.9.0 / 2020-11-27
|
268
273
|
|
269
|
-
|
274
|
+
- ADDED: Add common helpers
|
270
275
|
|
271
276
|
### v0.8.0 / 2020-10-27
|
272
277
|
|
273
|
-
|
278
|
+
- (No significant changes)
|
274
279
|
|
275
280
|
### v0.7.0 / 2020-10-07
|
276
281
|
|
277
|
-
|
282
|
+
- DOCS: Standardize top-level docs structure and readme
|
278
283
|
|
279
284
|
### v0.6.0 / 2020-09-10
|
280
285
|
|
281
|
-
|
286
|
+
- Now depends on version 0.6.x of all the individual instrumentation gems.
|
data/README.md
CHANGED
@@ -16,21 +16,18 @@ This gem can be used with any OpenTelemetry SDK implementation. This can be the
|
|
16
16
|
|
17
17
|
Install the gem using:
|
18
18
|
|
19
|
-
```
|
19
|
+
```console
|
20
20
|
gem install opentelemetry-instrumentation-all
|
21
21
|
```
|
22
22
|
|
23
23
|
Or, if you use [bundler][bundler-home], include `opentelemetry-instrumentation-all` in your `Gemfile`.
|
24
24
|
|
25
|
-
|
26
25
|
The `opentelemetry-api` has functionality to discover the instrumentation that an application depends on. It maintains a registry of discovered instrumentation which can be automatically installed by the SDK. These instructions pertain to the official `opentelemetry-sdk` implementation. Consult the documentation for your SDK if you are using an alternative implementation.
|
27
26
|
|
28
|
-
|
29
27
|
### Use All
|
30
28
|
|
31
29
|
The `use_all` method will install all instrumentation present for an application, where the underlying, instrumented library is also present. Per library configuration can be passed in using an optional hash argument that has the instrumentation names as keys and configuration hashes as values.
|
32
30
|
|
33
|
-
|
34
31
|
```ruby
|
35
32
|
require 'opentelemetry/sdk'
|
36
33
|
|
@@ -71,17 +68,17 @@ Releasing opentelemetry-instrumentation-all requires that all gems it depends on
|
|
71
68
|
|
72
69
|
The `opentelemetry-instrumentation-all` gem source is [on github][repo-github], along with related gems including `opentelemetry-api` and `opentelemetry-sdk`.
|
73
70
|
|
74
|
-
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry
|
71
|
+
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].
|
75
72
|
|
76
73
|
## License
|
77
74
|
|
78
75
|
The `opentelemetry-instrumentation-all` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
|
79
76
|
|
80
|
-
|
81
77
|
[opentelemetry-home]: https://opentelemetry.io
|
82
78
|
[bundler-home]: https://bundler.io
|
83
79
|
[repo-github]: https://github.com/open-telemetry/opentelemetry-ruby
|
84
80
|
[license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
|
85
81
|
[ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
|
86
82
|
[community-meetings]: https://github.com/open-telemetry/community#community-meetings
|
83
|
+
[slack-channel]: https://cloud-native.slack.com/archives/C01NWKKMKMY
|
87
84
|
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentelemetry-instrumentation-all
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTelemetry Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentelemetry-instrumentation-active_model_serializers
|
@@ -268,14 +268,14 @@ dependencies:
|
|
268
268
|
requirements:
|
269
269
|
- - "~>"
|
270
270
|
- !ruby/object:Gem::Version
|
271
|
-
version: 0.
|
271
|
+
version: 0.28.0
|
272
272
|
type: :runtime
|
273
273
|
prerelease: false
|
274
274
|
version_requirements: !ruby/object:Gem::Requirement
|
275
275
|
requirements:
|
276
276
|
- - "~>"
|
277
277
|
- !ruby/object:Gem::Version
|
278
|
-
version: 0.
|
278
|
+
version: 0.28.0
|
279
279
|
- !ruby/object:Gem::Dependency
|
280
280
|
name: opentelemetry-instrumentation-net_http
|
281
281
|
requirement: !ruby/object:Gem::Requirement
|
@@ -296,14 +296,14 @@ dependencies:
|
|
296
296
|
requirements:
|
297
297
|
- - "~>"
|
298
298
|
- !ruby/object:Gem::Version
|
299
|
-
version: 0.
|
299
|
+
version: 0.29.0
|
300
300
|
type: :runtime
|
301
301
|
prerelease: false
|
302
302
|
version_requirements: !ruby/object:Gem::Requirement
|
303
303
|
requirements:
|
304
304
|
- - "~>"
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version: 0.
|
306
|
+
version: 0.29.0
|
307
307
|
- !ruby/object:Gem::Dependency
|
308
308
|
name: opentelemetry-instrumentation-que
|
309
309
|
requirement: !ruby/object:Gem::Requirement
|
@@ -478,14 +478,14 @@ dependencies:
|
|
478
478
|
requirements:
|
479
479
|
- - "~>"
|
480
480
|
- !ruby/object:Gem::Version
|
481
|
-
version: 0.
|
481
|
+
version: 0.60.0
|
482
482
|
type: :runtime
|
483
483
|
prerelease: false
|
484
484
|
version_requirements: !ruby/object:Gem::Requirement
|
485
485
|
requirements:
|
486
486
|
- - "~>"
|
487
487
|
- !ruby/object:Gem::Version
|
488
|
-
version: 0.
|
488
|
+
version: 0.60.0
|
489
489
|
- !ruby/object:Gem::Dependency
|
490
490
|
name: active_model_serializers
|
491
491
|
requirement: !ruby/object:Gem::Requirement
|
@@ -562,14 +562,14 @@ dependencies:
|
|
562
562
|
requirements:
|
563
563
|
- - "~>"
|
564
564
|
- !ruby/object:Gem::Version
|
565
|
-
version: 1.
|
565
|
+
version: 1.66.0
|
566
566
|
type: :development
|
567
567
|
prerelease: false
|
568
568
|
version_requirements: !ruby/object:Gem::Requirement
|
569
569
|
requirements:
|
570
570
|
- - "~>"
|
571
571
|
- !ruby/object:Gem::Version
|
572
|
-
version: 1.
|
572
|
+
version: 1.66.0
|
573
573
|
- !ruby/object:Gem::Dependency
|
574
574
|
name: rubocop-performance
|
575
575
|
requirement: !ruby/object:Gem::Requirement
|
@@ -630,10 +630,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
630
630
|
licenses:
|
631
631
|
- Apache-2.0
|
632
632
|
metadata:
|
633
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.
|
633
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.64.0/file/CHANGELOG.md
|
634
634
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/all
|
635
635
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
636
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.
|
636
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-all/0.64.0
|
637
637
|
post_install_message:
|
638
638
|
rdoc_options: []
|
639
639
|
require_paths:
|