0.8.1-alpha.0 • Published 4 years ago

graphql-vision-react-dashboard v0.8.1-alpha.0

Weekly downloads
69
License
-
Repository
github
Last release
4 years ago

GraphQL Vision Dashboard

version Node CI

This is a react component of a dashboard retreiving tracing information of graphql requests from the graphql vision server.

Required Properties:

  • endpoint: string - the url for the vision service
  • serviceName: the name of the service that sends the tracing information to the graphql vision service

Work on the project

  • In order to run the example (and debug the dashboard), do the following:
    • npm i && npm run build
    • cd example
    • npm i && npm link-libs (For initialization)
    • npm start

Every change in the root directory needs to be built in order to be reflected in the example (npm run build).

Notice that in the App.tsx file inside example directory, it defines localhost:4000 as the vision-server endpoint. You might want to change this in order to connect your vision-server