We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
apollo-federation-include-trace: ftv1
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.
The text was updated successfully, but these errors were encountered:
Tracing hasn't been looked at in quite a while. Happy to update the view if people are getting use out of it.
Sorry, something went wrong.
No branches or pull requests
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/metricsDescribe 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.
The text was updated successfully, but these errors were encountered: