github.com/djenriquez/nomad-1@v0.8.1/integrations/grafana_dashboards/README.md (about) 1 # Setting up a Grafana dashboard for Nomad 2 3 This is a sample Grafana dashboard to use for a Nomad cluster. 4 5 Requirements: 6 7 1. Set up a Prometheus server configured to read data from Nomad. See 8 this [sample Prometheus configuration][https://github.com/hashicorp/nomad/integrations/prometheus] 9 for an example. 10 11 2. Set up a Grafana server configured with a Prometheus data source. See 12 [Prometheus's instructions for Grafana](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source) 13 for more information 14 15 3. [Import](http://docs.grafana.org/features/export_import/) this Grafana 16 dashboard as a new Grafana dashboard. Make sure the data source name matches 17 the Prometheus data source in #2.