-There is a [Grafana dashboard config JSON file](https://github.com/graphops/subgraph-radio/blob/dev/grafana.json) provided in the repo, which you can import and use to visualise the metrics in Grafana. When importing the dashboard, it will require you to specify two data sources - a Prometheus one and a GraphQL one. For Prometheus you should select the Prometheus instance that you've set up to scrape metrics from Subgraph Radio's metrics host and port. For GraphQL, you'd need to install the [GraphQL data source plugin](https://grafana.com/grafana/plugins/fifemon-graphql-datasource/?tab=installation), if you don't have it already installed. Then you need to create a new GraphQL data srouce that points to the GraphQL API of the Radio's integrated HTTP server. For instance, if you've set `SERVER_HOST` to` 0.0.0.0` and `SERVER_PORT` to `3012`, your GraphQL data source would need to point at `http://0.0.0.0:3012/api/v1/graphql`. You can learn more about the HTTP server in the next section.
0 commit comments