Tracing library and analyitcs dashboard for GraphQL. Engineered as an extensible replacement for ApolloEnging.
If you don't have an elasticsearch instance you can use for staging, try the zero-configuration Docker image. The default settings there match the default configuration in the dashboard app and tracer package.
Follow the installation and usage instructions in the graphql-optics-tracing package. Then send some requests to your graphql server, perhaps using the graphiql IDE.
Configure your app in src/config.json
. If you're using graphql-optics-tracing, these should match the options you pass to logEntry.
Install dependencies and launch the app.
yarn install
yarn dev