aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/grafana-deployment.yaml
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/grafana-deployment.yaml
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/grafana-deployment.yaml')
-rw-r--r--tools/performance/cloud/grafana-deployment.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/performance/cloud/grafana-deployment.yaml b/tools/performance/cloud/grafana-deployment.yaml
index b2921d67..89e9d909 100644
--- a/tools/performance/cloud/grafana-deployment.yaml
+++ b/tools/performance/cloud/grafana-deployment.yaml
@@ -58,6 +58,10 @@ spec:
mountPath: /grafana/performance-tests
- name: grafana-processing
mountPath: /grafana/processing
+ - name: grafana-kafka-and-producers
+ mountPath: /grafana/kafka-and-producers
+ - name: grafana-k8s-metrics
+ mountPath: /grafana/k8s-metrics
volumes:
- name: grafana-datasources
configMap:
@@ -74,6 +78,12 @@ spec:
- name: grafana-processing
configMap:
name: grafana-processing
+ - name: grafana-kafka-and-producers
+ configMap:
+ name: grafana-kafka-and-producers
+ - name: grafana-k8s-metrics
+ configMap:
+ name: grafana-k8s-metrics
---
apiVersion: v1
kind: Service