honeycomb-apollo

An Apollo extension to trace resolvers via Honeycomb

Usage no npm install needed!

<script type="module">
  import honeycombApollo from 'https://cdn.skypack.dev/honeycomb-apollo';
</script>

README

honeycomb-apollo

This is an extension for the Apollo GraphQL server that automatically traces and annotates all of your resolvers.

Getting started

This assumes you already have configured Honeycomb in your application.

Install:

npm i honeycomb-apollo

Import:

import { honeycombTracingPlugin } from'honeycomb-apollo';

Add as a plugin:

const server = new ApolloServer({
  plugins: [
    honeycombTracingPlugin(),
  ],

And you're good to go!

Thanks to