Validator dashboard and some instructions (#996)

* Validator dashboard and some instructions

* Added a note

* Add newline
pull/1042/head
Mattie Conover 2 years ago committed by GitHub
parent 42ef36c57b
commit 3cd8982703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      tools/grafana/README.md
  2. 1342
      tools/grafana/validator-dashboard.json

@ -0,0 +1,21 @@
# Grafana Dashboards
NOTE: the dashboards here are not synced to our internal grafana and will need to manually be
updated when we want to update our published templates.
## Importing
1. replace all instances of `<prometheus>` with your prometheus deployment name in grafana
2. Create a new dashboard in grafana
3. Select the gear icon "dashboard settings"
4. Select "JSON Model"
5. Copy/paste from the "\*.json" file
## Exporting
1. Open a dashboard
2. Select the gear icon "dashboard settings"
3. Select "JSON Model"
4. Copy/paste to a "\*.json" file
5. Remove `deployment`, `context`, and any other variables which are specific to our internal use
6. Rename `grafanacloud-prom` to `<prometheus>`

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save