Skip to content

SomeKittens/honeycomb-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plugin to trace Apollo queries via Honeycomb

Resources

License

Stars

Watchers

Forks

Packages

No packages published