opentelemetry-instrumentation-trilogy 0.59.2 → 0.60.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 663fb1321f66da30c5c7e408c491f9034198d1a92bde31c998c16e4a466801b1
4
- data.tar.gz: f662f92333f829ba76ed3c01c4a7e5656fb69eea0332a4f645fcd4728f970ac7
3
+ metadata.gz: 9e48ea9dc2d2e349500a914e1d9c057ee1b6a22fdb61a1b786470f71e780730d
4
+ data.tar.gz: 814857b0a4cbeacbe658b7efd8235f0a8688cf6a5d426d804981ada9245a87ca
5
5
  SHA512:
6
- metadata.gz: a5835242ed0972f4e5fde94437cac7a23f9ca2e4110394a6a609565c4052ceef4b1c35f075c1b95d56dd3e5f12b7f29bfca764bda07f3bc3ba8a66e1d69b0a55
7
- data.tar.gz: 8122b2878a76de0fbdc5371619e94b2ef5bc31282e8a17195938f9e9ddd9ac0bb40ab0b6bbf9c010b48bbdfe27f465458eb336d04ddd9dde0077eeaab15ed4bd
6
+ metadata.gz: fa1ad09256d7f85ad49749e1c009cf330a38c8aa8af3c6c42cac3e7fd120e7b66accaddfb211bf010de9cb969afb6a46c7e118f1cf09b14c8091e5ad12590b87
7
+ data.tar.gz: 9fc2fe8871d1f6997defd824c9d5183594761506784f7caa3ceced00bc3217e53d9defc016b11302eb7e4b39cf60c7492b0515bc7618cbfd7457fa66b9dd112c
data/CHANGELOG.md CHANGED
@@ -1,92 +1,100 @@
1
1
  # Release History: opentelemetry-instrumentation-trilogy
2
2
 
3
+ ### v0.60.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.59.3 / 2024-04-30
8
+
9
+ - FIXED: Bundler conflict warnings
10
+
3
11
  ### v0.59.2 / 2024-02-20
4
12
 
5
- * FIXED: Dup string if frozen in trilogy query
13
+ - FIXED: Dup string if frozen in trilogy query
6
14
 
7
15
  ### v0.59.1 / 2024-02-08
8
16
 
9
- * FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation
17
+ - FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation
10
18
 
11
19
  ### v0.59.0 / 2024-02-08
12
20
 
13
- * BREAKING CHANGE: Move shared sql behavior to helper gems
21
+ - BREAKING CHANGE: Move shared sql behavior to helper gems
14
22
 
15
- * ADDED: Propagate context to Vitess
23
+ - ADDED: Propagate context to Vitess
16
24
 
17
25
  ### v0.58.0 / 2024-01-06
18
26
 
19
- * BREAKING CHANGE: Change db.mysql.instance.address to db.instance.id
27
+ - BREAKING CHANGE: Change db.mysql.instance.address to db.instance.id
20
28
 
21
- * ADDED: Change db.mysql.instance.address to db.instance.id
22
- * FIXED: Trilogy only set db.instance.id attribute if there is a value
29
+ - ADDED: Change db.mysql.instance.address to db.instance.id
30
+ - FIXED: Trilogy only set db.instance.id attribute if there is a value
23
31
 
24
32
  ### v0.57.0 / 2023-10-27
25
33
 
26
- * ADDED: Instrument connect and ping
34
+ - ADDED: Instrument connect and ping
27
35
 
28
36
  ### v0.56.3 / 2023-08-03
29
37
 
30
- * FIXED: Remove inline linter rules
38
+ - FIXED: Remove inline linter rules
31
39
 
32
40
  ### v0.56.2 / 2023-07-14
33
41
 
34
- * ADDED: `db.user` attribute (recommended connection-level attribute)
42
+ - ADDED: `db.user` attribute (recommended connection-level attribute)
35
43
 
36
44
  ### v0.56.1 / 2023-06-05
37
45
 
38
- * FIXED: Base config options
46
+ - FIXED: Base config options
39
47
 
40
48
  ### v0.56.0 / 2023-06-02
41
49
 
42
- * BREAKING CHANGE: Separate logical MySQL host from connected host
50
+ - BREAKING CHANGE: Separate logical MySQL host from connected host
43
51
 
44
- * ADDED: Separate logical MySQL host from connected host
52
+ - ADDED: Separate logical MySQL host from connected host
45
53
 
46
54
  ### v0.55.1 / 2023-06-01
47
55
 
48
- * FIXED: Regex non-match with obfuscation limit (issue #486)
56
+ - FIXED: Regex non-match with obfuscation limit (issue #486)
49
57
 
50
58
  ### v0.55.0 / 2023-05-31
51
59
 
52
- * BREAKING CHANGE: Add database name for trilogy traces
60
+ - BREAKING CHANGE: Add database name for trilogy traces
53
61
 
54
- * ADDED: Add database name for trilogy traces
62
+ - ADDED: Add database name for trilogy traces
55
63
 
56
64
  ### v0.54.0 / 2023-05-25
57
65
 
58
- * ADDED: Add Obfuscation Limit Option to Trilogy
66
+ - ADDED: Add Obfuscation Limit Option to Trilogy
59
67
 
60
68
  ### v0.53.0 / 2023-04-17
61
69
 
62
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
70
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
63
71
 
64
- * ADDED: Drop support for EoL Ruby 2.7
72
+ - ADDED: Drop support for EoL Ruby 2.7
65
73
 
66
74
  ### v0.52.0 / 2023-03-06
67
75
 
68
- * ADDED: Add with_attributes context propagation to Trilogy instrumentation
69
- * ADDED: Add option to configure span name for trilogy
70
- * FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
76
+ - ADDED: Add with_attributes context propagation to Trilogy instrumentation
77
+ - ADDED: Add option to configure span name for trilogy
78
+ - FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
71
79
 
72
80
  ### v0.51.1 / 2023-01-14
73
81
 
74
- * DOCS: Fix gem homepage
75
- * DOCS: More gem documentation fixes
82
+ - DOCS: Fix gem homepage
83
+ - DOCS: More gem documentation fixes
76
84
 
77
85
  ### v0.51.0 / 2022-06-09
78
86
 
79
- * Upgrading Base dependency version
80
- * FIXED: Broken test file requirements
87
+ - Upgrading Base dependency version
88
+ - FIXED: Broken test file requirements
81
89
 
82
90
  ### v0.50.2 / 2022-05-05
83
91
 
84
- * (No significant changes)
92
+ - (No significant changes)
85
93
 
86
94
  ### v0.50.1 / 2022-01-07
87
95
 
88
- * FIXED: Trilogy Driver Options
96
+ - FIXED: Trilogy Driver Options
89
97
 
90
98
  ### v0.50.0 / 2021-12-31
91
99
 
92
- * Initial release.
100
+ - Initial release.
data/README.md CHANGED
@@ -12,7 +12,7 @@ Some key differences in this instrumentation are:
12
12
 
13
13
  Install the gem using:
14
14
 
15
- ```
15
+ ```console
16
16
  gem install opentelemetry-instrumentation-trilogy
17
17
  ```
18
18
 
@@ -68,7 +68,7 @@ This instrumentation generally uses [Database semantic conventions](https://open
68
68
 
69
69
  The `opentelemetry-instrumentation-trilogy` gem source is [on github][repo-github], along with related gems including `opentelemetry-api` and `opentelemetry-sdk`.
70
70
 
71
- The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us 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].
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].
72
72
 
73
73
  ## License
74
74
 
@@ -80,4 +80,6 @@ The `opentelemetry-instrumentation-trilogy` gem is distributed under the Apache
80
80
  [license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
81
81
  [ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
82
82
  [community-meetings]: https://github.com/open-telemetry/community#community-meetings
83
+ [slack-channel]: https://cloud-native.slack.com/archives/C01NWKKMKMY
83
84
  [discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
85
+ [opentelemetry-mysql]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/mysql2
@@ -58,7 +58,7 @@ module OpenTelemetry
58
58
  propagator.inject(sql, context: context)
59
59
  end
60
60
 
61
- super(sql)
61
+ super
62
62
  end
63
63
  end
64
64
 
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module Trilogy
10
- VERSION = '0.59.2'
10
+ VERSION = '0.60.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-trilogy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.2
4
+ version: 0.60.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-02-20 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opentelemetry-api
@@ -226,14 +226,14 @@ dependencies:
226
226
  requirements:
227
227
  - - "~>"
228
228
  - !ruby/object:Gem::Version
229
- version: 1.60.1
229
+ version: 1.66.0
230
230
  type: :development
231
231
  prerelease: false
232
232
  version_requirements: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - "~>"
235
235
  - !ruby/object:Gem::Version
236
- version: 1.60.1
236
+ version: 1.66.0
237
237
  - !ruby/object:Gem::Dependency
238
238
  name: rubocop-performance
239
239
  requirement: !ruby/object:Gem::Requirement
@@ -262,26 +262,6 @@ dependencies:
262
262
  - - "~>"
263
263
  - !ruby/object:Gem::Version
264
264
  version: 0.17.1
265
- - !ruby/object:Gem::Dependency
266
- name: trilogy
267
- requirement: !ruby/object:Gem::Requirement
268
- requirements:
269
- - - ">="
270
- - !ruby/object:Gem::Version
271
- version: '2.0'
272
- - - "<"
273
- - !ruby/object:Gem::Version
274
- version: '3.0'
275
- type: :development
276
- prerelease: false
277
- version_requirements: !ruby/object:Gem::Requirement
278
- requirements:
279
- - - ">="
280
- - !ruby/object:Gem::Version
281
- version: '2.0'
282
- - - "<"
283
- - !ruby/object:Gem::Version
284
- version: '3.0'
285
265
  - !ruby/object:Gem::Dependency
286
266
  name: yard
287
267
  requirement: !ruby/object:Gem::Requirement
@@ -317,10 +297,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
317
297
  licenses:
318
298
  - Apache-2.0
319
299
  metadata:
320
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.59.2/file/CHANGELOG.md
300
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.60.0/file/CHANGELOG.md
321
301
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/trilogy
322
302
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
323
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.59.2
303
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.60.0
324
304
  post_install_message:
325
305
  rdoc_options: []
326
306
  require_paths: