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

Performance Tracing Extension #953

Open
mathroc opened this issue Jul 4, 2021 · 1 comment
Open

Performance Tracing Extension #953

mathroc opened this issue Jul 4, 2021 · 1 comment
Labels
enhancement Improvement of existing features or bugfix good-first-issue help wanted

Comments

@mathroc
Copy link

mathroc commented Jul 4, 2021

Is your feature request related to a problem? Please describe.

I’d like to be able to get performance feedback from my queries in case I want to identify which resolver is causing slow queries

Describe the solution you'd like

Apollo has defined a response format for a tracing extension that’s already implemented by multiple GraphQL servers and at least by apollo engine and graphql playground

Describe alternatives you've considered

telemetry can be useful too (#423, #713) when it’s complete enough, but requires additional tooling and is not available easily to the API users

Additional context

https://github.com/apollographql/apollo-tracing

@mathroc mathroc added the enhancement Improvement of existing features or bugfix label Jul 4, 2021
@LegNeato
Copy link
Member

LegNeato commented Jul 6, 2021

Would love this behind a feature flag as it is non-standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix good-first-issue help wanted
Projects
None yet
Development

No branches or pull requests

2 participants