graphql-vision-react-dashboard
TypeScript icon, indicating that this package has built-in type declarations

0.8.1-alpha.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i graphql-vision-react-dashboard

Weekly Downloads

0

Version

0.8.1-alpha.0

License

none

Unpacked Size

49.4 kB

Total Files

41

Last publish

Collaborators

  • yarinvak