Adds instructions link for exporting JSON definitions from Grafana UI (#464)

This helps readers easily get the instructions for exporting JSON definitions from Grafana UI.
This commit is contained in:
yanweiguo 2018-03-22 13:41:46 -07:00 committed by GitHub
parent 9abdd31e94
commit 7597b85cb3
1 changed files with 16 additions and 16 deletions

View File

@ -188,7 +188,7 @@ spec:
7. Add a dashboard for your metrics - you can see examples of it under 7. Add a dashboard for your metrics - you can see examples of it under
config/grafana/dashboard-definition folder. An easy way to generate JSON config/grafana/dashboard-definition folder. An easy way to generate JSON
definitions is to use Grafana UI (make sure to login with as admin user) and export JSON from it. definitions is to use Grafana UI (make sure to login with as admin user) and [export JSON](http://docs.grafana.org/reference/export_import) from it.
8. Add the YAML files to BUILD files. 8. Add the YAML files to BUILD files.