-
Notifications
You must be signed in to change notification settings - Fork 37
About the sample dashboards
Todd Radel edited this page May 9, 2018
·
2 revisions
This repository includes sample dashboards for Grafana that attempt to put everything you've read so far into practice.
We have provided sample dashboards for Vault and Consul here. To import them into your own Grafana server:
- Download the dashboards to your machine.
- Open the Grafana web interface. In the sample project, this would be at http://localhost:3000.
- Click the "plus" icon to open the Create menu, and select Import (screenshot).
- Click the green "Upload JSON File" button.
- Browse to the first dashboard file and upload it.
- From the dropdown list, select the data source you created earlier (screenshot).
- Click "Import".
Now you should be able to see beautiful dashboards full of Vault and Consul metrics. If there are errors, you might need to customize each dashboard slightly. Depending on the versions of Vault and Consul you have, some metrics may not be available or may have been renamed.
This page is part of the Vault and Consul monitoring guide.