opentelemetry-instrumentation-active_record 0.11.1 → 0.12.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caf84470ab201d2b5461c2ff10d5529bf76287b75cf323663f5d2a7a92aa0eb7
|
|
4
|
+
data.tar.gz: 24870b1288dbfbd0b67374ee5eaa72ee68d2b498c464ebdc178b56ec4bccedc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11f153256d561d7663df08ba468ea2b7e9f9b5254099a3daed998ea3c647b7028ebc0b3795f8b7c1d4203932bcd56a21010cc57be20ac41099b72ee020d89a82
|
|
7
|
+
data.tar.gz: 9d4d58ec8c349a2788476be88f5575c461d8db698a152e0684e6a78a22ddbf8aa6424cf133bd03f88b76bc52e8bedafb4014e715a862539efcabf86e8c77dbfc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,118 +1,119 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-active_record
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## v0.12.0 / 2026-04-14
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- BREAKING CHANGE: Min Ruby Version 3.3 (#2125)
|
|
6
|
+
- ADDED: Min Ruby Version 3.3 (#2125)
|
|
7
|
+
- ADDED: Add release tag into source code url of gem metadata (#1984)
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
## v0.11.1 / 2025-10-22
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
- FIXED: Update opentelemetry-instrumentation-base dependency
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
## v0.11.0 / 2025-10-21
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
- BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
|
|
16
|
+
- ADDED: Min Ruby Version 3.2 and Rails 7.1
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
## v0.10.1 / 2025-09-30
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
- FIXED: Min OTel Ruby API 1.7
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
## v0.10.0 / 2025-09-30
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
- ADDED: Bump minimum API Version to 1.7
|
|
22
25
|
|
|
23
|
-
|
|
24
|
-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
26
|
+
## v0.9.0 / 2025-01-16
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
- BREAKING CHANGE: Drop Support for EoL Rails 6.1
|
|
29
|
+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
30
|
+
- ADDED: Drop Support for EoL Rails 6.1
|
|
31
|
+
- ADDED: Set minimum supported version to Ruby 3.1
|
|
28
32
|
|
|
29
|
-
|
|
33
|
+
## v0.8.1 / 2024-11-21
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
- FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
## v0.8.0 / 2024-10-22
|
|
34
38
|
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
- BREAKING CHANGE: Rename Active Record find_by_sql spans to query
|
|
40
|
+
- FIXED: Emit Active Record query spans for Rails 7.0+
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
## v0.7.4 / 2024-08-19
|
|
39
43
|
|
|
40
|
-
|
|
44
|
+
- FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
## v0.7.3 / 2024-08-15
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
- FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base
|
|
45
49
|
|
|
46
|
-
|
|
50
|
+
## v0.7.2 / 2024-04-30
|
|
47
51
|
|
|
48
|
-
|
|
52
|
+
- FIXED: Resolve active_record testing issue
|
|
49
53
|
|
|
50
|
-
|
|
54
|
+
## v0.7.1 / 2024-04-05
|
|
51
55
|
|
|
52
|
-
|
|
56
|
+
- FIXED: Instrumentation/active_record: add `:allow_retry` option to `find_by_sql` patch
|
|
53
57
|
|
|
54
|
-
|
|
58
|
+
## v0.7.0 / 2023-11-22
|
|
55
59
|
|
|
56
|
-
|
|
60
|
+
- BREAKING CHANGE: Drop Rails 6.0 EOL
|
|
61
|
+
- ADDED: Drop Rails 6.0 EOL
|
|
57
62
|
|
|
58
|
-
|
|
63
|
+
## v0.6.3 / 2023-10-16
|
|
59
64
|
|
|
60
|
-
|
|
65
|
+
- FIXED: Add Rails 7.1 compatibility
|
|
61
66
|
|
|
62
|
-
|
|
67
|
+
## v0.6.2 / 2023-08-14
|
|
63
68
|
|
|
64
|
-
|
|
69
|
+
- FIXED: Ensure that transaction name property is used, rather than self
|
|
65
70
|
|
|
66
|
-
|
|
71
|
+
## v0.6.1 / 2023-06-05
|
|
67
72
|
|
|
68
|
-
|
|
73
|
+
- FIXED: Base config options
|
|
69
74
|
|
|
70
|
-
|
|
75
|
+
## v0.6.0 / 2023-04-17
|
|
71
76
|
|
|
72
|
-
|
|
77
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
|
78
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
|
73
79
|
|
|
74
|
-
|
|
80
|
+
## v0.5.0 / 2023-02-01
|
|
75
81
|
|
|
76
|
-
|
|
82
|
+
- BREAKING CHANGE: Drop Rails 5 Support
|
|
83
|
+
- ADDED: Drop Rails 5 Support
|
|
77
84
|
|
|
78
|
-
|
|
85
|
+
## v0.4.1 / 2023-01-14
|
|
79
86
|
|
|
80
|
-
|
|
87
|
+
- DOCS: Fix gem homepage
|
|
88
|
+
- DOCS: More gem documentation fixes
|
|
81
89
|
|
|
82
|
-
|
|
90
|
+
## v0.4.0 / 2022-06-09
|
|
83
91
|
|
|
84
|
-
|
|
92
|
+
- Upgrading Base dependency version
|
|
93
|
+
- FIXED: Broken test file requirements
|
|
85
94
|
|
|
86
|
-
|
|
87
|
-
* DOCS: More gem documentation fixes
|
|
95
|
+
## v0.3.0 / 2022-05-02
|
|
88
96
|
|
|
89
|
-
|
|
97
|
+
- ADDED: Make ActiveRecord 7 compatible
|
|
98
|
+
- FIXED: RubyGems Fallback
|
|
90
99
|
|
|
91
|
-
|
|
92
|
-
* FIXED: Broken test file requirements
|
|
100
|
+
## v0.2.2 / 2021-12-01
|
|
93
101
|
|
|
94
|
-
|
|
102
|
+
- FIXED: Add max supported version for active record
|
|
95
103
|
|
|
96
|
-
|
|
97
|
-
* FIXED: RubyGems Fallback
|
|
104
|
+
## v0.2.1 / 2021-09-29
|
|
98
105
|
|
|
99
|
-
|
|
106
|
+
- (No significant changes)
|
|
100
107
|
|
|
101
|
-
|
|
108
|
+
## v0.2.0 / 2021-09-29
|
|
102
109
|
|
|
103
|
-
|
|
110
|
+
- ADDED: Trace update_all and delete_all calls in ActiveRecord
|
|
111
|
+
- FIXED: Remove Active Record instantiation patch
|
|
104
112
|
|
|
105
|
-
|
|
113
|
+
## v0.1.1 / 2021-08-12
|
|
106
114
|
|
|
107
|
-
|
|
115
|
+
- (No significant changes)
|
|
108
116
|
|
|
109
|
-
|
|
110
|
-
* FIXED: Remove Active Record instantiation patch
|
|
117
|
+
## v0.1.0 / 2021-07-08
|
|
111
118
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
* (No significant changes)
|
|
115
|
-
|
|
116
|
-
### v0.1.0 / 2021-07-08
|
|
117
|
-
|
|
118
|
-
* Initial release, adds instrumentation patches to querying and persistence methods.
|
|
119
|
+
- Initial release, adds instrumentation patches to querying and persistence methods.
|
data/lib/opentelemetry/instrumentation/active_record/patches/persistence_insert_class_methods.rb
CHANGED
|
@@ -7,7 +7,7 @@ module OpenTelemetry
|
|
|
7
7
|
module Instrumentation
|
|
8
8
|
module ActiveRecord
|
|
9
9
|
module Patches
|
|
10
|
-
# Module to prepend to ActiveRecord::Base for
|
|
10
|
+
# Module to prepend to ActiveRecord::Base for instrumenting
|
|
11
11
|
# insert/upsert class methods added in Rails 6.0
|
|
12
12
|
module PersistenceInsertClassMethods
|
|
13
13
|
def self.prepended(base)
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-active_record
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: opentelemetry-instrumentation-base
|
|
@@ -51,11 +50,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
51
50
|
licenses:
|
|
52
51
|
- Apache-2.0
|
|
53
52
|
metadata:
|
|
54
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.
|
|
55
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/
|
|
53
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.12.0/file/CHANGELOG.md
|
|
54
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_record/v0.12.0/instrumentation/active_record
|
|
56
55
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
57
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.
|
|
58
|
-
post_install_message:
|
|
56
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.12.0
|
|
59
57
|
rdoc_options: []
|
|
60
58
|
require_paths:
|
|
61
59
|
- lib
|
|
@@ -63,15 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
63
61
|
requirements:
|
|
64
62
|
- - ">="
|
|
65
63
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '3.
|
|
64
|
+
version: '3.3'
|
|
67
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
|
69
67
|
- - ">="
|
|
70
68
|
- !ruby/object:Gem::Version
|
|
71
69
|
version: '0'
|
|
72
70
|
requirements: []
|
|
73
|
-
rubygems_version:
|
|
74
|
-
signing_key:
|
|
71
|
+
rubygems_version: 4.0.6
|
|
75
72
|
specification_version: 4
|
|
76
73
|
summary: ActiveRecord instrumentation for the OpenTelemetry framework
|
|
77
74
|
test_files: []
|