1.0.2 • Published 4 years ago

fastify-apollo-tracing v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

fastify-apollo-tracing

Apollo Tracing for fastify.

This package is used to collect and expose trace data in the Apollo Tracing format.

It relies on instrumenting a GraphQL schema to collect resolver timings, and exposes trace data for an individual request under extensions as part of the GraphQL response.

This data can be consumed by Apollo Studio (previously, Apollo Engine and Apollo Graph Manager) or any other tool to provide visualization and history of field-by-field execution performance.

This code is based on apollo-tracing.