opentelemetry-instrumentation-trilogy 0.59.3 → 0.61.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 +40 -30
- data/README.md +4 -2
- data/lib/opentelemetry/instrumentation/trilogy/patches/client.rb +1 -1
- data/lib/opentelemetry/instrumentation/trilogy/version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6414c052924b2888a7c4bb16cae1ad367bb24559dc3fd5743ff3001329714565
|
4
|
+
data.tar.gz: a09745e9e18a84c380ba7405f2fd5bb18b82b8511231f8607c253ccf03b773e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b00d65352342af93bce3d5660457b435a2fc47541fe7ddebf11fa02ffb52693a5ebe140aba4bb92b8239881763e55e10151bd65cda330ee3f553a289694f75d
|
7
|
+
data.tar.gz: 805264e8cd63863a4ead505f3b26b46a294e9e97b07d524cc1d99497c796f43683935a4f0c98db6c566f2d7ce47406713b679c57e192b0707169dbb3af2cdd38
|
data/CHANGELOG.md
CHANGED
@@ -1,96 +1,106 @@
|
|
1
1
|
# Release History: opentelemetry-instrumentation-trilogy
|
2
2
|
|
3
|
+
### v0.61.0 / 2025-01-16
|
4
|
+
|
5
|
+
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
6
|
+
|
7
|
+
* ADDED: Set minimum supported version to Ruby 3.1
|
8
|
+
|
9
|
+
### v0.60.0 / 2024-09-12
|
10
|
+
|
11
|
+
- 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.
|
12
|
+
|
3
13
|
### v0.59.3 / 2024-04-30
|
4
14
|
|
5
|
-
|
15
|
+
- FIXED: Bundler conflict warnings
|
6
16
|
|
7
17
|
### v0.59.2 / 2024-02-20
|
8
18
|
|
9
|
-
|
19
|
+
- FIXED: Dup string if frozen in trilogy query
|
10
20
|
|
11
21
|
### v0.59.1 / 2024-02-08
|
12
22
|
|
13
|
-
|
23
|
+
- FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation
|
14
24
|
|
15
25
|
### v0.59.0 / 2024-02-08
|
16
26
|
|
17
|
-
|
27
|
+
- BREAKING CHANGE: Move shared sql behavior to helper gems
|
18
28
|
|
19
|
-
|
29
|
+
- ADDED: Propagate context to Vitess
|
20
30
|
|
21
31
|
### v0.58.0 / 2024-01-06
|
22
32
|
|
23
|
-
|
33
|
+
- BREAKING CHANGE: Change db.mysql.instance.address to db.instance.id
|
24
34
|
|
25
|
-
|
26
|
-
|
35
|
+
- ADDED: Change db.mysql.instance.address to db.instance.id
|
36
|
+
- FIXED: Trilogy only set db.instance.id attribute if there is a value
|
27
37
|
|
28
38
|
### v0.57.0 / 2023-10-27
|
29
39
|
|
30
|
-
|
40
|
+
- ADDED: Instrument connect and ping
|
31
41
|
|
32
42
|
### v0.56.3 / 2023-08-03
|
33
43
|
|
34
|
-
|
44
|
+
- FIXED: Remove inline linter rules
|
35
45
|
|
36
46
|
### v0.56.2 / 2023-07-14
|
37
47
|
|
38
|
-
|
48
|
+
- ADDED: `db.user` attribute (recommended connection-level attribute)
|
39
49
|
|
40
50
|
### v0.56.1 / 2023-06-05
|
41
51
|
|
42
|
-
|
52
|
+
- FIXED: Base config options
|
43
53
|
|
44
54
|
### v0.56.0 / 2023-06-02
|
45
55
|
|
46
|
-
|
56
|
+
- BREAKING CHANGE: Separate logical MySQL host from connected host
|
47
57
|
|
48
|
-
|
58
|
+
- ADDED: Separate logical MySQL host from connected host
|
49
59
|
|
50
60
|
### v0.55.1 / 2023-06-01
|
51
61
|
|
52
|
-
|
62
|
+
- FIXED: Regex non-match with obfuscation limit (issue #486)
|
53
63
|
|
54
64
|
### v0.55.0 / 2023-05-31
|
55
65
|
|
56
|
-
|
66
|
+
- BREAKING CHANGE: Add database name for trilogy traces
|
57
67
|
|
58
|
-
|
68
|
+
- ADDED: Add database name for trilogy traces
|
59
69
|
|
60
70
|
### v0.54.0 / 2023-05-25
|
61
71
|
|
62
|
-
|
72
|
+
- ADDED: Add Obfuscation Limit Option to Trilogy
|
63
73
|
|
64
74
|
### v0.53.0 / 2023-04-17
|
65
75
|
|
66
|
-
|
76
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
67
77
|
|
68
|
-
|
78
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
69
79
|
|
70
80
|
### v0.52.0 / 2023-03-06
|
71
81
|
|
72
|
-
|
73
|
-
|
74
|
-
|
82
|
+
- ADDED: Add with_attributes context propagation to Trilogy instrumentation
|
83
|
+
- ADDED: Add option to configure span name for trilogy
|
84
|
+
- FIXED: Ensure encoding errors handled during SQL obfuscation for Trilogy
|
75
85
|
|
76
86
|
### v0.51.1 / 2023-01-14
|
77
87
|
|
78
|
-
|
79
|
-
|
88
|
+
- DOCS: Fix gem homepage
|
89
|
+
- DOCS: More gem documentation fixes
|
80
90
|
|
81
91
|
### v0.51.0 / 2022-06-09
|
82
92
|
|
83
|
-
|
84
|
-
|
93
|
+
- Upgrading Base dependency version
|
94
|
+
- FIXED: Broken test file requirements
|
85
95
|
|
86
96
|
### v0.50.2 / 2022-05-05
|
87
97
|
|
88
|
-
|
98
|
+
- (No significant changes)
|
89
99
|
|
90
100
|
### v0.50.1 / 2022-01-07
|
91
101
|
|
92
|
-
|
102
|
+
- FIXED: Trilogy Driver Options
|
93
103
|
|
94
104
|
### v0.50.0 / 2021-12-31
|
95
105
|
|
96
|
-
|
106
|
+
- 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
|
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
|
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.
|
4
|
+
version: 0.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTelemetry Authors
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentelemetry-api
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.23.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.23.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: opentelemetry-semantic_conventions
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,28 +226,28 @@ dependencies:
|
|
226
226
|
requirements:
|
227
227
|
- - "~>"
|
228
228
|
- !ruby/object:Gem::Version
|
229
|
-
version:
|
229
|
+
version: 1.69.1
|
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:
|
236
|
+
version: 1.69.1
|
237
237
|
- !ruby/object:Gem::Dependency
|
238
238
|
name: rubocop-performance
|
239
239
|
requirement: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
241
|
- - "~>"
|
242
242
|
- !ruby/object:Gem::Version
|
243
|
-
version:
|
243
|
+
version: 1.23.0
|
244
244
|
type: :development
|
245
245
|
prerelease: false
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
247
247
|
requirements:
|
248
248
|
- - "~>"
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version:
|
250
|
+
version: 1.23.0
|
251
251
|
- !ruby/object:Gem::Dependency
|
252
252
|
name: simplecov
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
@@ -297,11 +297,11 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
297
297
|
licenses:
|
298
298
|
- Apache-2.0
|
299
299
|
metadata:
|
300
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.
|
300
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.61.0/file/CHANGELOG.md
|
301
301
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/trilogy
|
302
302
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
303
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.
|
304
|
-
post_install_message:
|
303
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-trilogy/0.61.0
|
304
|
+
post_install_message:
|
305
305
|
rdoc_options: []
|
306
306
|
require_paths:
|
307
307
|
- lib
|
@@ -309,15 +309,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
309
309
|
requirements:
|
310
310
|
- - ">="
|
311
311
|
- !ruby/object:Gem::Version
|
312
|
-
version: '3.
|
312
|
+
version: '3.1'
|
313
313
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
314
314
|
requirements:
|
315
315
|
- - ">="
|
316
316
|
- !ruby/object:Gem::Version
|
317
317
|
version: '0'
|
318
318
|
requirements: []
|
319
|
-
rubygems_version: 3.
|
320
|
-
signing_key:
|
319
|
+
rubygems_version: 3.3.27
|
320
|
+
signing_key:
|
321
321
|
specification_version: 4
|
322
322
|
summary: Trilogy instrumentation for the OpenTelemetry framework
|
323
323
|
test_files: []
|