Skip to content

Commit

Permalink
[otel] rely on context for parenting spans correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Feb 10, 2025
1 parent 21d4394 commit d9c727f
Show file tree
Hide file tree
Showing 43 changed files with 589 additions and 473 deletions.
2 changes: 1 addition & 1 deletion e2e/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"@omnigraph/openapi": "^0.108.6",
"graphql": "^16.9.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/hmac-auth-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@graphql-mesh/hmac-upstream-signature": "workspace:^",
"@graphql-mesh/plugin-jwt-auth": "^1.4.0",
"graphql": "^16.10.0",
"graphql-yoga": "^5.11.0"
"graphql-yoga": "^5.10.11"
}
}
2 changes: 1 addition & 1 deletion e2e/interface-additional-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@apollo/subgraph": "^2.7.2",
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.8.1",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/retry-timeout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@apollo/subgraph": "^2.9.3",
"@graphql-hive/gateway": "workspace:*",
"graphql": "16.10.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/subscriptions-with-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "16.10.0",
"graphql-sse": "^2.5.3",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion e2e/type-merging-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1"
}
}
28 changes: 14 additions & 14 deletions examples/apq-subgraphs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions examples/extra-fields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"graphql-yoga": "^5.11.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.9.1"
},
Expand Down
Loading

0 comments on commit d9c727f

Please sign in to comment.