@graphql-hive/plugin-opentelemetry 1.4.0 → 1.4.1-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47
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.
- package/CHANGELOG.md +11 -0
- package/dist/setup.cjs +1 -1
- package/dist/setup.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @graphql-hive/plugin-opentelemetry
|
|
2
2
|
|
|
3
|
+
## 1.4.1-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2056](https://github.com/graphql-hive/gateway/pull/2056) [`16cf7c1`](https://github.com/graphql-hive/gateway/commit/16cf7c104b6d8cab070124991d2f96abeddbdc47) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-hive/core@^0.21.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.21.0) (from `^0.20.0`, in `dependencies`)
|
|
11
|
+
- Updated dependencies [[`16cf7c1`](https://github.com/graphql-hive/gateway/commit/16cf7c104b6d8cab070124991d2f96abeddbdc47)]:
|
|
12
|
+
- @graphql-hive/gateway-runtime@2.7.2-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47
|
|
13
|
+
|
|
3
14
|
## 1.4.0
|
|
4
15
|
### Minor Changes
|
|
5
16
|
|
package/dist/setup.cjs
CHANGED
|
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
|
|
|
224
224
|
return circuitBreakerExporter.otelCtxForRequestId.get(attributes.requestId) ?? api.ROOT_CONTEXT;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.
|
|
227
|
+
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.1-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47';
|
|
228
228
|
let initialized = false;
|
|
229
229
|
function openTelemetrySetup(options) {
|
|
230
230
|
const log = (options.log || new logger.Logger()).child("[OpenTelemetry] ");
|
package/dist/setup.js
CHANGED
|
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
|
|
|
224
224
|
return otelCtxForRequestId.get(attributes.requestId) ?? ROOT_CONTEXT;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.
|
|
227
|
+
globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.1-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47';
|
|
228
228
|
let initialized = false;
|
|
229
229
|
function openTelemetrySetup(options) {
|
|
230
230
|
const log = (options.log || new Logger()).child("[OpenTelemetry] ");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/plugin-opentelemetry",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"graphql": "^15.9.0 || ^16.9.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@graphql-hive/core": "^0.
|
|
76
|
-
"@graphql-hive/gateway-runtime": "
|
|
75
|
+
"@graphql-hive/core": "^0.21.0",
|
|
76
|
+
"@graphql-hive/gateway-runtime": "2.7.2-alpha-16cf7c104b6d8cab070124991d2f96abeddbdc47",
|
|
77
77
|
"@graphql-hive/logger": "^1.1.0",
|
|
78
78
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
79
79
|
"@graphql-mesh/transport-common": "^1.0.15",
|