- Notifications
You must be signed in to change notification settings - Fork9
Async GraphQL Apollo Extensions
License
NotificationsYou must be signed in to change notification settings
async-graphql/async_graphql_apollo_studio_extension
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
async-graphql-extension-apollo-tracing is an open-source extension for the cratesasync_graphql. The purpose of this extension is to provide a simple way to create & send your graphql metrics toApollo Studio.
Tested at Rust version:rustc 1.75.0
- Runtime agnostic (tokio / async-std)
- Fully support traces & errors
- Batched Protobuf transfer
- Client segmentation
- Additional data to segment your queries by visitors
- Tracing
- Schema export to studio
- Error traces
- Gzip compression
This crate offers the following features, all of which are not activated by default:
compression
: Enable the GZIP Compression when sending traces.tokio-comp
: Enable the Tokio compatibility when you have a tokio-runtime
Check the example fromexample
directory.
About
Async GraphQL Apollo Extensions
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.