opentelemetry-instrumentation-all 0.63.0 → 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 +98 -97
- 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,285 +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
|
+
|
3
7
|
### v0.63.0 / 2024-08-15
|
4
8
|
|
5
|
-
|
9
|
+
- ADDED: Collect pg db.collection_name attribute
|
6
10
|
|
7
11
|
### v0.62.1 / 2024-07-23
|
8
12
|
|
9
|
-
|
13
|
+
- DOCS: Add cspell to CI
|
10
14
|
|
11
15
|
### v0.62.0 / 2024-07-02
|
12
16
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
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
|
17
21
|
|
18
22
|
### v0.61.0 / 2024-06-04
|
19
23
|
|
20
|
-
|
21
|
-
|
24
|
+
- ADDED: Add aws lambda to instrumentation-all
|
25
|
+
- FIXED: Add action_mailer to rails and all
|
22
26
|
|
23
27
|
### v0.60.0 / 2024-02-20
|
24
28
|
|
25
|
-
|
26
|
-
|
29
|
+
- ADDED: Add support gruf 2.19
|
30
|
+
- ADDED: Faraday add support for internal spans
|
27
31
|
|
28
32
|
### v0.59.0 / 2024-02-16
|
29
33
|
|
30
|
-
|
34
|
+
- BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
|
31
35
|
|
32
36
|
### v0.58.0 / 2024-02-15
|
33
37
|
|
34
|
-
|
38
|
+
- CHANGED: upgrade mysql2 instrumentation
|
35
39
|
|
36
40
|
### v0.57.0 / 2024-02-08
|
37
41
|
|
38
|
-
|
39
|
-
|
42
|
+
- BREAKING CHANGE: Move shared sql behavior to helper gems
|
40
43
|
|
41
44
|
### v0.56.0 / 2024-01-09
|
42
45
|
|
43
|
-
|
46
|
+
- BREAKING CHANGE: Use ActiveSupport instead of patches #703
|
44
47
|
|
45
48
|
### v0.55.0 / 2024-01-06
|
46
49
|
|
47
|
-
|
50
|
+
- CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
|
48
51
|
|
49
52
|
### v0.54.0 / 2023-11-28
|
50
53
|
|
51
|
-
|
54
|
+
- ADDED: Updated excon to include connect spans
|
52
55
|
|
53
56
|
### v0.53.0 / 2023-11-28
|
54
57
|
|
55
|
-
|
58
|
+
- CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
|
56
59
|
|
57
60
|
### v0.52.0 / 2023-11-21
|
58
61
|
|
59
|
-
|
60
|
-
|
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)
|
61
64
|
|
62
|
-
|
63
|
-
|
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)
|
64
67
|
|
65
68
|
### v0.51.1 / 2023-10-27
|
66
69
|
|
67
|
-
|
70
|
+
- ADDED: Instrument connect and ping (Trilogy)
|
68
71
|
|
69
72
|
### v0.51.0 / 2023-10-16
|
70
73
|
|
71
|
-
|
74
|
+
- CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
|
72
75
|
|
73
76
|
### v0.50.1 / 2023-09-07
|
74
77
|
|
75
|
-
|
78
|
+
- BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
|
76
79
|
|
77
80
|
### v0.50.0 / 2023-09-07
|
78
81
|
|
79
|
-
|
82
|
+
- BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
|
80
83
|
|
81
84
|
### v0.40.0 / 2023-08-07
|
82
85
|
|
83
|
-
|
86
|
+
- ADDED: Add Gruf instrumentation
|
84
87
|
|
85
88
|
### v0.39.1 / 2023-06-05
|
86
89
|
|
87
|
-
|
90
|
+
- FIXED: Use latest bug fix version for all dependencies
|
88
91
|
|
89
92
|
### v0.39.0 / 2023-06-02
|
90
93
|
|
91
|
-
|
92
|
-
|
94
|
+
- BREAKING CHANGE: Separate logical MySQL host from connected host
|
95
|
+
- ADDED: Separate logical MySQL host from connected host
|
93
96
|
|
94
97
|
### v0.38.0 / 2023-05-31
|
95
98
|
|
96
|
-
|
99
|
+
- BREAKING CHANGE: Add database name for trilogy traces
|
97
100
|
|
98
|
-
|
101
|
+
- ADDED: Add database name for trilogy traces
|
99
102
|
|
100
103
|
### v0.37.0 / 2023-05-25
|
101
104
|
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
+
- ADDED: Add config[:obfuscation_limit] to pg and mysql2
|
106
|
+
- ADDED: Add Obfuscation Limit Option to Trilogy
|
105
107
|
|
106
108
|
### v0.36.0 / 2023-05-18
|
107
109
|
|
108
|
-
|
109
|
-
|
110
|
-
|
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)
|
111
113
|
|
112
114
|
### v0.35.0 / 2023-04-21
|
113
115
|
|
114
|
-
|
116
|
+
- ADDED: Re-add Grape instrumentation to opentelemetry-instrumentation-all
|
115
117
|
|
116
118
|
### v0.34.0 / 2023-04-17
|
117
119
|
|
118
|
-
|
120
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
119
121
|
|
120
|
-
|
121
|
-
|
122
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
123
|
+
- ADDED: Add Grape instrumentation
|
122
124
|
|
123
125
|
### v0.33.0 / 2023-03-15
|
124
126
|
|
125
|
-
|
127
|
+
- BREAKING CHANGE: Add support for GraphQL 2.0.19
|
126
128
|
|
127
|
-
|
129
|
+
- FIXED: Add support for GraphQL 2.0.19
|
128
130
|
|
129
131
|
### v0.32.0 / 2023-03-13
|
130
132
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
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
|
136
138
|
|
137
139
|
### v0.31.0 / 2023-02-09
|
138
140
|
|
139
|
-
|
140
|
-
|
141
|
+
- BREAKING CHANGE: Drop Rails 5 support [#324](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/324)
|
141
142
|
|
142
143
|
### v0.30.0 / 2023-01-31
|
143
144
|
|
144
|
-
|
145
|
+
- BREAKING CHANGE: Updates instrumentations [#303](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/303)
|
145
146
|
|
146
147
|
### v0.29.0 / 2023-01-14
|
147
148
|
|
148
|
-
|
149
|
+
- BREAKING CHANGE: includes minor version updates in [#271](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/271)
|
149
150
|
|
150
151
|
### v0.28.1 / 2023-01-14
|
151
152
|
|
152
|
-
|
153
|
-
|
153
|
+
- DOCS: Fix gem homepage
|
154
|
+
- DOCS: More gem documentation fixes
|
154
155
|
|
155
156
|
### v0.28.0 / 2022-11-09
|
156
157
|
|
157
|
-
|
158
|
-
|
159
|
-
|
158
|
+
- ADDED: Bump minimum gem versions for opentelemetry-instrumentation-all
|
159
|
+
- ADDED: Instrumentation for racecar
|
160
|
+
- CHANGED: Update rails instrumentation
|
160
161
|
|
161
162
|
### v0.27.0 / 2022-10-14
|
162
163
|
|
163
|
-
|
164
|
+
- CHANGED: Update Rails instrumentation
|
164
165
|
|
165
166
|
### v0.26.0 / 2022-10-12
|
166
167
|
|
167
|
-
|
168
|
+
- ADDED: Upgrade min instrumentation versions See For Details https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/134
|
168
169
|
|
169
170
|
### v0.25.0 / 2022-06-09
|
170
171
|
|
171
|
-
|
172
|
+
- Bump all dependencies to use base 0.21.0
|
172
173
|
|
173
174
|
### v0.24.1 / 2022-05-05
|
174
175
|
|
175
|
-
|
176
|
+
- (No significant changes)
|
176
177
|
|
177
178
|
### v0.24.0 / 2022-05-02
|
178
179
|
|
179
|
-
|
180
|
-
|
180
|
+
- ADDED: Adds instrumentation for rdkafka
|
181
|
+
- FIXED: Add rdkafka to all
|
181
182
|
|
182
183
|
### v0.23.0 / 2022-01-26
|
183
184
|
|
184
|
-
|
185
|
-
|
186
|
-
|
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
|
187
188
|
|
188
189
|
### v0.22.0 / 2021-12-01
|
189
190
|
|
190
|
-
|
191
|
+
- ADDED: Move activesupport notification subscriber out of action_view gem
|
191
192
|
|
192
193
|
### v0.21.3 / 2021-10-07
|
193
194
|
|
194
|
-
|
195
|
+
- (No significant changes)
|
195
196
|
|
196
197
|
### v0.21.2 / 2021-09-29
|
197
198
|
|
198
|
-
|
199
|
+
- (No significant changes)
|
199
200
|
|
200
201
|
### v0.21.1 / 2021-09-29
|
201
202
|
|
202
|
-
|
203
|
+
- (No significant changes)
|
203
204
|
|
204
205
|
### v0.21.0 / 2021-09-15
|
205
206
|
|
206
|
-
|
207
|
+
- ADDED: Add Que instrumentation
|
207
208
|
|
208
209
|
### v0.20.2 / 2021-09-09
|
209
210
|
|
210
|
-
|
211
|
+
- (No significant changes)
|
211
212
|
|
212
213
|
### v0.20.1 / 2021-08-18
|
213
214
|
|
214
|
-
|
215
|
+
- FIXED: Instrumentation all sidekiq
|
215
216
|
|
216
217
|
### v0.20.0 / 2021-08-12
|
217
218
|
|
218
|
-
|
219
|
-
|
219
|
+
- ADDED: Instrument active record
|
220
|
+
- ADDED: Add ActionView instrumentation via ActiveSupport::Notifications
|
220
221
|
|
221
222
|
### v0.19.0 / 2021-06-25
|
222
223
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
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
|
227
228
|
|
228
229
|
### v0.18.0 / 2021-05-21
|
229
230
|
|
230
|
-
|
231
|
+
- ADDED: Add koala instrumentation
|
231
232
|
|
232
233
|
### v0.17.0 / 2021-04-22
|
233
234
|
|
234
|
-
|
235
|
+
- ADDED: Add instrumentation for postgresql (pg gem)
|
235
236
|
|
236
237
|
### v0.16.0 / 2021-03-17
|
237
238
|
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
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
|
242
243
|
|
243
244
|
### v0.15.0 / 2021-02-18
|
244
245
|
|
245
|
-
|
246
|
+
- ADDED: Instrument http client gem
|
246
247
|
|
247
248
|
### v0.14.0 / 2021-02-03
|
248
249
|
|
249
|
-
|
250
|
+
- (No significant changes)
|
250
251
|
|
251
252
|
### v0.13.0 / 2021-01-29
|
252
253
|
|
253
|
-
|
254
|
+
- (No significant changes)
|
254
255
|
|
255
256
|
### v0.12.1 / 2021-01-13
|
256
257
|
|
257
|
-
|
258
|
+
- ADDED: Instrument RubyKafka
|
258
259
|
|
259
260
|
### v0.12.0 / 2020-12-24
|
260
261
|
|
261
|
-
|
262
|
+
- ADDED: Instrument graphql
|
262
263
|
|
263
264
|
### v0.11.0 / 2020-12-11
|
264
265
|
|
265
|
-
|
266
|
+
- FIXED: Copyright comments to not reference year
|
266
267
|
|
267
268
|
### v0.10.0 / 2020-12-03
|
268
269
|
|
269
|
-
|
270
|
+
- FIXED: Otel-instrumentation-all not installing all
|
270
271
|
|
271
272
|
### v0.9.0 / 2020-11-27
|
272
273
|
|
273
|
-
|
274
|
+
- ADDED: Add common helpers
|
274
275
|
|
275
276
|
### v0.8.0 / 2020-10-27
|
276
277
|
|
277
|
-
|
278
|
+
- (No significant changes)
|
278
279
|
|
279
280
|
### v0.7.0 / 2020-10-07
|
280
281
|
|
281
|
-
|
282
|
+
- DOCS: Standardize top-level docs structure and readme
|
282
283
|
|
283
284
|
### v0.6.0 / 2020-09-10
|
284
285
|
|
285
|
-
|
286
|
+
- Now depends on version 0.6.x of all the individual instrumentation gems.
|
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:
|