# fastify-apollo-tracing

> > [Apollo Tracing](https://github.com/apollographql/apollo-tracing) for [fastify](https://fastify.io).

Latest version **1.0.2** (published 2020-10-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install fastify-apollo-tracing
pnpm add fastify-apollo-tracing
yarn add fastify-apollo-tracing
bun add fastify-apollo-tracing
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-10-21 |
| First published | 2020-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 5 |
| Unpacked size | 45.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Sascha Tandel |
| Maintainers | sastan |
| Keywords | fastify, fastify-plugin, plugin, apollo, apollo-tracing, tracing, graphql, mercurius |

## Links

- npm: https://www.npmjs.com/package/fastify-apollo-tracing
- Repository: https://github.com/sastan/fastify-apollo-tracing
- Homepage: https://github.com/sastan/fastify-apollo-tracing#readme
- Issues: https://github.com/sastan/fastify-apollo-tracing/issues
- npm.io page: https://npm.io/package/fastify-apollo-tracing

## Dependencies (5)

- [@carv/is](https://npm.io/package/@carv/is.md) ^1.0.1
- [p-finally](https://npm.io/package/p-finally.md) ^2.0.1
- [@carv/time](https://npm.io/package/@carv/time.md) ^1.0.1
- [@carv/stdlib](https://npm.io/package/@carv/stdlib.md) ^1.0.0
- [fastify-plugin](https://npm.io/package/fastify-plugin.md) ^3.0.0

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-10-21
- 1.0.0 — 2020-10-19

## 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).

---
_Source: https://npm.io/package/fastify-apollo-tracing · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
