async-graphql-extension-apollo-tracing

Crates.io version Documentation Download


async-graphql-extension-apollo-tracing is an open-source extension for the crates async_graphql. The purpose of this extension is to provide a simple way to create & send your graphql metrics to Apollo Studio.

Tested at Rust version: rustc 1.75.0

Apollo Studio with async_graphql

Features

Crate features

This crate offers the following features, all of which are not activated by default:

Example

Check the example from example directory.

References