graphql-test-source-dashboard.png
This is a sample dashboard demonstrating the features of the GraphQL datasource plugin. It uses the FIFEmon GraphQL test source server
Usage
Run the server with leiningen:
lein run
or with Docker:
docker run -it --rm -p 8888:8888 retzkek/graphql-test-source
Install Grafana and the GraphQL Datasource Plugin.
Add a GraphQL Datasource to Grafana pointing at the server (
http://localhost:8888/api
)Import the sample dashboard into Grafana.