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

Update README

parent aaced467
No related branches found
No related tags found
No related merge requests found
......@@ -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)
provides further documentation including a table of configuration options.
We provide a [ready-to-use Grafana dashboard](infrastructure/grafana/scalability-benchmarking-dashbaord.json),
which can be imported into your Grafana instance.
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).
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
......
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