Skip to content
Snippets Groups Projects
Commit ebd95c4c authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Update README

parent d9e91fc7
No related branches found
No related tags found
1 merge request!5Resolve "Add dashboard and data source provisioning for Grafana"
...@@ -46,8 +46,19 @@ helm install grafana stable/grafana -f infrastructure/grafana/values.yaml ...@@ -46,8 +46,19 @@ helm install grafana stable/grafana -f infrastructure/grafana/values.yaml
The official [Grafana Helm Chart repository](https://github.com/helm/charts/tree/master/stable/grafana) The official [Grafana Helm Chart repository](https://github.com/helm/charts/tree/master/stable/grafana)
provides further documentation including a table of configuration options. provides further documentation including a table of configuration options.
We provide a [ready-to-use Grafana dashboard](infrastructure/grafana/scalability-benchmarking-dashbaord.json), We provide ConfigMaps for a [Grafana dashboard](infrastructure/grafana/dashboard-config-map.yaml) and a [Grafana data source](infrastructure/grafana/prometheus-datasource-config-map.yaml).
which can be imported into your Grafana instance.
Create the Configmap for the dashboard:
```sh
kubectl apply -f infrastructure/grafana/dashboard-config-map.yaml
```
Create the Configmap for the data source:
```sh
kubectl apply -f infrastructure/grafana/prometheus-datasource-config-map.yaml
```
### A Kafka cluster ### A Kafka cluster
......
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