Skip to content

Commit

Permalink
Update grafana README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
  • Loading branch information
kmgowda committed Jun 9, 2021
1 parent f93d0ef commit cc01f3c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,12 @@ kubectl delete --all pods
kubectl delete --all deployments
kubectl delete --all namespaces
```


# Grafana and Prometheus with Node metrics
while running the grafana docker compose, if you are interested in profiling the system along with SBK metrics, you can use this dashboard :
https://github.com/kmgowda/SBK/blob/master/grafana/dashboards/node-metrics.json.

But, you should run the node exporter to get the system metrics ; you can find the prometheus node exporter here :
https://prometheus.io/docs/guides/node-exporter/

just run the node exporter, the prometheus settings are already configured with this docker compose: https://github.com/kmgowda/SBK/blob/master/grafana/docker-compose.yml

0 comments on commit cc01f3c

Please sign in to comment.