Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Blog Post #6447

Merged
merged 13 commits into from
Aug 22, 2023
Prev Previous commit
Next Next commit
Update website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md
  • Loading branch information
michaelstaib authored Aug 17, 2023
commit a566d1af34d0c3f6cae51973fdcb7f2c6cc04ae1
2 changes: 1 addition & 1 deletion website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ extend type Product {

When I said at the beginning that Fusion lends concepts from both schema stitching and federation approaches, then its this kind of flexibility that I mean, you can build your graph in a federated structure, and you will, in most cases, not need to declare anything to the composition as everything can be inferred, but you can become very explicit with hints or even with the more precise `@resolve` directive.

## Open Telemetry for federated Tracing
## Open Telemetry for Federated Tracing

This brings me to another aspect of Fusion: telemetry. While the GraphQL-Fusion spec isn't primarily concerned with tracing itself, we've decided to leverage OpenTelemetry for the Hot Chocolate Fusion Gateway implementation. We're working to establish a more precise semantic convention for GraphQL in collaboration with the OpenTelemetry community. This effort aims to enable standard GraphQL servers to use OpenTelemetry to expose the intricate processes that occur when a GraphQL server handles a request. These traces, correlated from the gateway to the subgraph, allow any vendor to digest tracing events and provide profound insights into where performance bottlenecks exist in your distributed system.

Expand Down