Add new metrics for performance tests
[dcaegen2/collectors/hv-ves.git] / tools / performance / cloud / grafana / dashboards-providers / dashboards.yaml
1 # ============LICENSE_START=======================================================
2 # dcaegen2-collectors-veshv
3 # ================================================================================
4 # Copyright (C) 2019-2020 NOKIA
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #      http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 # ============LICENSE_END=========================================================
18
19 apiVersion: v1
20 kind: ConfigMap
21 metadata:
22   labels:
23     name: grafana-dashboards-providers
24   name: grafana-dashboards
25   namespace: onap
26 data:
27   dashboards.yaml: |-
28     - name: 'connections'
29       org_id: 1
30       folder: ''
31       type: file
32       options:
33         path: /grafana/connections
34     - name: 'performance_tests'
35       org_id: 1
36       folder: ''
37       type: file
38       options:
39         path: /grafana/performance-tests
40     - name: 'processing'
41       org_id: 1
42       folder: ''
43       type: file
44       options:
45        path: /grafana/processing
46     - name: 'kafka-and-producers'
47       org_id: 1
48       folder: ''
49       type: file
50       options:
51         path: /grafana/kafka-and-producers
52     - name: 'k8s-metrics'
53       org_id: 1
54       folder: ''
55       type: file
56       options:
57         path: /grafana/k8s-metrics
58