-
Notifications
You must be signed in to change notification settings - Fork 574
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
[apollo-usage-report] New plugin: send usage traces to Apollo GraphOS #3331
Conversation
🦋 Changeset detectedLatest commit: d4c5410 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Apollo Federation Subgraph Compatibility Results
Learn more: |
86ae099
to
0e18c8e
Compare
✅ Benchmark Results
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-yoga/apollo-link |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
4.3.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
5.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-managed-federation |
0.3.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-usage-report |
0.0.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
2.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-jwt |
2.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
5.3.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
3.8.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
3.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
5.6.1-alpha-20240710084647-0e18c8e7 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://1c79801b.graphql-yoga.pages.dev |
934342e
to
a75eae6
Compare
This PR implement a new plugin that instrument the GraphQL request processing pipeline and send the traces to Apollo GraphOS usage report endpoint.
TODO:
This is a very minimal implementation. Namely, it doesn't support:
@defer
and@stream