Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sastan/fastify-apollo-tracing
Apollo Tracing for fastify
https://github.com/sastan/fastify-apollo-tracing
apollo-tracing fastify fastify-plugin graphql plugin
Last synced: about 1 month ago
JSON representation
Apollo Tracing for fastify
- Host: GitHub
- URL: https://github.com/sastan/fastify-apollo-tracing
- Owner: sastan
- License: mit
- Created: 2020-10-21T13:58:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T14:01:14.000Z (about 4 years ago)
- Last Synced: 2024-05-22T22:22:23.168Z (6 months ago)
- Topics: apollo-tracing, fastify, fastify-plugin, graphql, plugin
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastify-apollo-tracing
> [Apollo Tracing](https://github.com/apollographql/apollo-tracing) for [fastify](https://fastify.io).
This package is used to collect and expose trace data in the [Apollo Tracing](https://github.com/apollographql/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](https://www.apollographql.com/docs/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](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-tracing).