opentelemetry-instrumentation-graphql 0.31.2 → 0.32.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: d282989c4d89e3dd3a0f86bda1908e7ebf0d987e1f98c7734913f423954f03a7
|
|
4
|
+
data.tar.gz: 540d25747dc5ae2acfefbeb27e45fea07572062208ad96466267467311ab53f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d064b71e380af1f23a4da6e0f5b7d8060cb1acc8069815e29252ded7966c4dc8815c244039d999af1c391d32834f207353938ab5fffa3d5e7f6d7087602543f0
|
|
7
|
+
data.tar.gz: 5d7c9032fc1177e49b72cf0c070cc53744ac39b26c286632e6e6fd3f69081384f3fa1988f0781fa41c9b8925dff88331f51d1879f2501171aa17e524ac738d3b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,181 +1,180 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-graphql
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## v0.32.0 / 2026-04-14
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
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)
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
## v0.31.2 / 2025-10-28
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
- FIXED: Patch dataloader to propagate context to new fiber
|
|
12
|
+
- FIXED: Does not trace resolve type unless enable
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
## v0.31.1 / 2025-10-22
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
- FIXED: Update opentelemetry-instrumentation-base dependency
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
## v0.31.0 / 2025-10-21
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
- BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
|
|
21
|
+
- ADDED: Min Ruby Version 3.2 and Rails 7.1
|
|
19
22
|
|
|
20
|
-
|
|
23
|
+
## v0.30.1 / 2025-09-30
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
- FIXED: Min OTel Ruby API 1.7
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
## v0.30.0 / 2025-09-30
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
- ADDED: Bump minimum API Version to 1.7
|
|
27
30
|
|
|
28
|
-
|
|
31
|
+
## v0.29.0 / 2025-01-16
|
|
29
32
|
|
|
30
|
-
|
|
33
|
+
- BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
34
|
+
- ADDED: Set minimum supported version to Ruby 3.1
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
## v0.28.4 / 2024-07-30
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
- FIXED: Add super calls to GraphqlTrace
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
## v0.28.3 / 2024-07-23
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
- DOCS: Add cspell to CI
|
|
39
43
|
|
|
40
|
-
|
|
44
|
+
## v0.28.2 / 2024-04-30
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
- FIXED: Bundler conflict warnings
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
## v0.28.1 / 2024-04-10
|
|
45
49
|
|
|
46
|
-
|
|
50
|
+
- FIXED: Analyze span names in GraphQL instrumentation
|
|
47
51
|
|
|
48
|
-
|
|
52
|
+
## v0.28.0 / 2024-02-16
|
|
49
53
|
|
|
50
|
-
|
|
54
|
+
- BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
|
|
55
|
+
- ADDED: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
|
|
51
56
|
|
|
52
|
-
|
|
57
|
+
## v0.27.0 / 2023-11-28
|
|
53
58
|
|
|
54
|
-
|
|
59
|
+
- CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
|
|
55
60
|
|
|
56
|
-
|
|
61
|
+
## v0.26.8 / 2023-11-23
|
|
57
62
|
|
|
58
|
-
|
|
63
|
+
- CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
|
|
59
64
|
|
|
60
|
-
|
|
65
|
+
## v0.26.7 / 2023-09-27
|
|
61
66
|
|
|
62
|
-
|
|
67
|
+
- FIXED: Micro optimization: build Hash w/ {} (https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/665)
|
|
63
68
|
|
|
64
|
-
|
|
69
|
+
## v0.26.6 / 2023-08-26
|
|
65
70
|
|
|
66
|
-
|
|
71
|
+
- FIXED: Improve GraphQL tracing compatibility with other tracers
|
|
67
72
|
|
|
68
|
-
|
|
73
|
+
## v0.26.5 / 2023-08-03
|
|
69
74
|
|
|
70
|
-
|
|
75
|
+
- FIXED: Remove inline linter rules
|
|
71
76
|
|
|
72
|
-
|
|
77
|
+
## v0.26.4 / 2023-08-01
|
|
73
78
|
|
|
74
|
-
|
|
79
|
+
- FIXED: GraphQL tests and installation
|
|
75
80
|
|
|
76
|
-
|
|
81
|
+
## v0.26.3 / 2023-07-29
|
|
77
82
|
|
|
78
|
-
|
|
83
|
+
- FIXED: GraphQL validate events
|
|
79
84
|
|
|
80
|
-
|
|
85
|
+
## v0.26.2 / 2023-06-05
|
|
81
86
|
|
|
82
|
-
|
|
87
|
+
- FIXED: Base config options
|
|
88
|
+
- FIXED: GraphQL resolve_type_lazy
|
|
83
89
|
|
|
84
|
-
|
|
85
|
-
* FIXED: GraphQL resolve_type_lazy
|
|
90
|
+
## v0.26.1 / 2023-05-30
|
|
86
91
|
|
|
87
|
-
|
|
92
|
+
- FIXED: GraphQL tracing
|
|
88
93
|
|
|
89
|
-
|
|
94
|
+
## v0.26.0 / 2023-05-17
|
|
90
95
|
|
|
91
|
-
|
|
96
|
+
- BREAKING CHANGE: GraphQL instrumentation: support new tracing API
|
|
97
|
+
- ADDED: GraphQL instrumentation: support new tracing API
|
|
92
98
|
|
|
93
|
-
|
|
99
|
+
## v0.25.0 / 2023-04-17
|
|
94
100
|
|
|
95
|
-
|
|
101
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
|
102
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
|
96
103
|
|
|
97
|
-
|
|
104
|
+
## v0.24.0 / 2023-03-15
|
|
98
105
|
|
|
99
|
-
|
|
106
|
+
- BREAKING CHANGE: Add support for GraphQL 2.0.19
|
|
107
|
+
- FIXED: Add support for GraphQL 2.0.19
|
|
100
108
|
|
|
101
|
-
|
|
109
|
+
## v0.23.0 / 2023-03-13
|
|
102
110
|
|
|
103
|
-
|
|
111
|
+
- BREAKING CHANGE: Lock graphql max version to 2.0.17
|
|
112
|
+
- FIXED: Lock graphql max version to 2.0.17
|
|
104
113
|
|
|
105
|
-
|
|
114
|
+
## v0.22.0 / 2023-01-27
|
|
106
115
|
|
|
107
|
-
|
|
116
|
+
- ADDED: Normalize GraphQL span names for easier aggregation analysis
|
|
108
117
|
|
|
109
|
-
|
|
118
|
+
## v0.21.1 / 2023-01-14
|
|
110
119
|
|
|
111
|
-
|
|
120
|
+
- DOCS: Fix gem homepage
|
|
121
|
+
- DOCS: More gem documentation fixes
|
|
112
122
|
|
|
113
|
-
|
|
123
|
+
## v0.21.0 / 2022-07-12
|
|
114
124
|
|
|
115
|
-
|
|
125
|
+
- FIXED: Use semantic graphql attribute names
|
|
116
126
|
|
|
117
|
-
|
|
127
|
+
## v0.20.0 / 2022-06-09
|
|
118
128
|
|
|
119
|
-
|
|
129
|
+
- Upgrading Base dependency version
|
|
130
|
+
- FIXED: Broken test file requirements
|
|
120
131
|
|
|
121
|
-
|
|
122
|
-
* DOCS: More gem documentation fixes
|
|
132
|
+
## v0.19.3 / 2022-05-05
|
|
123
133
|
|
|
124
|
-
|
|
134
|
+
- (No significant changes)
|
|
125
135
|
|
|
126
|
-
|
|
136
|
+
## v0.19.2 / 2021-12-02
|
|
127
137
|
|
|
128
|
-
|
|
138
|
+
- (No significant changes)
|
|
129
139
|
|
|
130
|
-
|
|
131
|
-
* FIXED: Broken test file requirements
|
|
140
|
+
## v0.19.1 / 2021-09-29
|
|
132
141
|
|
|
133
|
-
|
|
142
|
+
- (No significant changes)
|
|
134
143
|
|
|
135
|
-
|
|
144
|
+
## v0.19.0 / 2021-08-12
|
|
136
145
|
|
|
137
|
-
|
|
146
|
+
- ADDED: Add support for graphql errors
|
|
147
|
+
- DOCS: Update docs to rely more on environment variable configuration
|
|
138
148
|
|
|
139
|
-
|
|
149
|
+
## v0.18.1 / 2021-06-23
|
|
140
150
|
|
|
141
|
-
|
|
151
|
+
- (No significant changes)
|
|
142
152
|
|
|
143
|
-
|
|
153
|
+
## v0.18.0 / 2021-05-21
|
|
144
154
|
|
|
145
|
-
|
|
155
|
+
- ADDED: Updated API dependency for 1.0.0.rc1
|
|
146
156
|
|
|
147
|
-
|
|
148
|
-
* DOCS: Update docs to rely more on environment variable configuration
|
|
157
|
+
## v0.17.0 / 2021-04-22
|
|
149
158
|
|
|
150
|
-
|
|
159
|
+
- (No significant changes)
|
|
151
160
|
|
|
152
|
-
|
|
161
|
+
## v0.16.0 / 2021-03-17
|
|
153
162
|
|
|
154
|
-
|
|
163
|
+
- FIXED: Example scripts now reference local common lib
|
|
164
|
+
- DOCS: Replace Gitter with GitHub Discussions
|
|
155
165
|
|
|
156
|
-
|
|
166
|
+
## v0.15.0 / 2021-02-18
|
|
157
167
|
|
|
158
|
-
|
|
168
|
+
- ADDED: Add instrumentation config validation
|
|
159
169
|
|
|
160
|
-
|
|
170
|
+
## v0.14.0 / 2021-02-03
|
|
161
171
|
|
|
162
|
-
|
|
172
|
+
- (No significant changes)
|
|
163
173
|
|
|
164
|
-
|
|
165
|
-
* DOCS: Replace Gitter with GitHub Discussions
|
|
174
|
+
## v0.13.0 / 2021-01-29
|
|
166
175
|
|
|
167
|
-
|
|
176
|
+
- (No significant changes)
|
|
168
177
|
|
|
169
|
-
|
|
178
|
+
## v0.12.0 / 2020-12-24
|
|
170
179
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
* (No significant changes)
|
|
174
|
-
|
|
175
|
-
### v0.13.0 / 2021-01-29
|
|
176
|
-
|
|
177
|
-
* (No significant changes)
|
|
178
|
-
|
|
179
|
-
### v0.12.0 / 2020-12-24
|
|
180
|
-
|
|
181
|
-
* Initial release.
|
|
180
|
+
- Initial release.
|
|
@@ -65,7 +65,7 @@ module OpenTelemetry
|
|
|
65
65
|
#
|
|
66
66
|
# The schemas key expects an array of Schemas, and is used to specify
|
|
67
67
|
# which schemas are to be instrumented. If this value is not supplied
|
|
68
|
-
# the default
|
|
68
|
+
# the default behavior is to instrument all schemas.
|
|
69
69
|
option :schemas, default: [], validate: :array
|
|
70
70
|
option :enable_platform_field, default: false, validate: :boolean
|
|
71
71
|
option :enable_platform_authorized, default: false, validate: :boolean
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-graphql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.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
|
|
@@ -47,11 +46,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
47
46
|
licenses:
|
|
48
47
|
- Apache-2.0
|
|
49
48
|
metadata:
|
|
50
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.
|
|
51
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/
|
|
49
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.32.0/file/CHANGELOG.md
|
|
50
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-graphql/v0.32.0/instrumentation/graphql
|
|
52
51
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
53
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.
|
|
54
|
-
post_install_message:
|
|
52
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-graphql/0.32.0
|
|
55
53
|
rdoc_options: []
|
|
56
54
|
require_paths:
|
|
57
55
|
- lib
|
|
@@ -59,15 +57,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
59
57
|
requirements:
|
|
60
58
|
- - ">="
|
|
61
59
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: '3.
|
|
60
|
+
version: '3.3'
|
|
63
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
62
|
requirements:
|
|
65
63
|
- - ">="
|
|
66
64
|
- !ruby/object:Gem::Version
|
|
67
65
|
version: '0'
|
|
68
66
|
requirements: []
|
|
69
|
-
rubygems_version:
|
|
70
|
-
signing_key:
|
|
67
|
+
rubygems_version: 4.0.6
|
|
71
68
|
specification_version: 4
|
|
72
69
|
summary: GraphQL instrumentation for the OpenTelemetry framework
|
|
73
70
|
test_files: []
|