Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana metrics #3194

Merged
merged 3 commits into from
Sep 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions integrations/grafana_dashboards/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Setting up a Grafana dashboard for Nomad

This is a sample Grafana dashboard to use for a Nomad cluster.

Requirements:

1. Set up a Prometheus server configured to read data from Nomad. See
this [sample Prometheus configuration][https://github.com/hashicorp/nomad/integrations/prometheus]
for an example.

2. Set up a Grafana server configured with a Prometheus data source. See
[Prometheus's instructions for Grafana](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source)
for more information

3. [Import](http://docs.grafana.org/features/export_import/) this Grafana
dashboard as a new Grafana dashboard. Make sure the data source name matches
the Prometheus data source in #2.
Loading