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

Support apollo-server v4 tracing in Tracing Tab (currently only supporting format of outdated tracing plugin) #144

Open
thomasjahoda opened this issue Aug 20, 2024 · 1 comment

Comments

@thomasjahoda
Copy link

Is your feature request related to a problem? Please describe.
The tracing tab in #34 only supports the response from the archived and outdated https://github.com/apollographql/apollo-tracing plugin. Apollo-server v4 exposes similar data (but structured differently) when a header (apollo-federation-include-trace: ftv1) is set. See https://www.apollographql.com/docs/federation/metrics

Describe the solution you'd like
The useApolloTracing hook should support the new tracing data of apollo-server v4 in addition to the archived plugin.

Describe alternatives you've considered
Use OpenTelemetry support in backend and external viewer for traces.

@warrenday
Copy link
Owner

Tracing hasn't been looked at in quite a while. Happy to update the view if people are getting use out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants