-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Labels
enhancementImprovement of existing features or bugfixImprovement of existing features or bugfixgood-first-issuehelp wanted
Description
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
itsezc, keeganstothert, whargrove and ja573keeganstothert
Metadata
Metadata
Assignees
Labels
enhancementImprovement of existing features or bugfixImprovement of existing features or bugfixgood-first-issuehelp wanted
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
LegNeato commentedon Jul 6, 2021
Would love this behind a feature flag as it is non-standard.