Skip to content
Snippets Groups Projects
Commit e1db00da authored by eedugon's avatar eedugon Committed by GitHub
Browse files

Update developing-alerts-and-dashboards.md

parent f201c79f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,11 @@ To edit/create a dashboard login to Grafana and modify and save the dashboard. T ...@@ -29,7 +29,11 @@ To edit/create a dashboard login to Grafana and modify and save the dashboard. T
Note: The dashboard json file to be copied in `assets/grafana/` should be suffixed with `-dashboard.json`, otherwise it won't be processed by `make generate`. Note: The dashboard json file to be copied in `assets/grafana/` should be suffixed with `-dashboard.json`, otherwise it won't be processed by `make generate`.
Then the generated manifest can be applied against a Kubernetes cluster with something like: Then the generated manifest can be applied against a Kubernetes cluster with something like:
`kubectl -n monitoring apply -f manifests/grafana/grafana-dashboards.yaml` ```
kubectl -n monitoring apply -f manifests/grafana/grafana-dashboards.yaml
```
And to apply the changes, restart grafana: And to apply the changes, restart grafana:
`kubectl -n monitoring delete pod -l app=grafana` ```
kubectl -n monitoring delete pod -l app=grafana
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment