aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/cloud-based-performance-test.sh
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-04-07 11:45:24 +0200
committerKornel Janiak <kornel.janiak@nokia.com>2020-04-08 12:15:28 +0000
commitfab4f6c44c8bc7baf454e26a956891ad53000a35 (patch)
tree5336bb2fbc22f687e60d699d589e04392516f23e /tools/performance/cloud/cloud-based-performance-test.sh
parentee3dc0ec60a6b425904f41ddd96b5925cba7e1aa (diff)
Add new metrics for performance tests
Add metrics considering: -Kafka -Message producers -Overall k8s nodes statistics Issue-ID: DCAEGEN2-1576 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I8523099834a2652df359d6a50b19a86d6f417adc
Diffstat (limited to 'tools/performance/cloud/cloud-based-performance-test.sh')
-rwxr-xr-xtools/performance/cloud/cloud-based-performance-test.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/performance/cloud/cloud-based-performance-test.sh b/tools/performance/cloud/cloud-based-performance-test.sh
index 256a385f..bd699a65 100755
--- a/tools/performance/cloud/cloud-based-performance-test.sh
+++ b/tools/performance/cloud/cloud-based-performance-test.sh
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# dcaegen2-collectors-veshv
# ================================================================================
-# Copyright (C) 2019 NOKIA
+# Copyright (C) 2019-2020 NOKIA
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -211,6 +211,12 @@ function setup_environment() {
echo "Creating ConfigMap for grafana grafana-performance-tests dashboard"
kubectl apply -f grafana/dashboards/performance-tests.yaml
+ echo "Creating ConfigMap for grafana grafana-kafka-and-producers dashboard"
+ kubectl apply -f grafana/dashboards/kafka-and-producers.yaml
+
+ echo "Creating ConfigMap for grafana grafana-k8s-metrics dashboard"
+ kubectl apply -f grafana/dashboards/k8s-metrics.yaml
+
echo "Creating ConfigMap for grafana datasource"
kubectl apply -f grafana/datasources/datasource.yaml