From ebd95c4cb15cc8a2d930c1f3d8bbd4cf5545fe41 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Mon, 18 May 2020 13:37:52 +0200 Subject: [PATCH] Update README --- execution/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/execution/README.md b/execution/README.md index c099beddf..f7df1a32a 100644 --- a/execution/README.md +++ b/execution/README.md @@ -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 -- GitLab