File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,28 @@ tests :
35
35
- " [Jira: kube-apiserver]"
36
36
direction : 1
37
37
38
+ - name : multusCPU
39
+ metricName : containerCPU
40
+ labels.namespace.keyword : openshift-multus
41
+ metric_of_interest : value
42
+ agg :
43
+ value : cpu
44
+ agg_type : avg
45
+ labels :
46
+ - " [Jira: multus]"
47
+ direction : 1
48
+
49
+ - name : monitoringCPU
50
+ metricName : containerCPU
51
+ labels.namespace.keyword : openshift-monitoring
52
+ metric_of_interest : value
53
+ agg :
54
+ value : cpu
55
+ agg_type : avg
56
+ labels :
57
+ - " [Jira: monitoring]"
58
+ direction : 1
59
+
38
60
- name : ovnCPU
39
61
metricName : containerCPU
40
62
labels.namespace.keyword : openshift-ovn-kubernetes
Original file line number Diff line number Diff line change @@ -35,6 +35,28 @@ tests :
35
35
- " [Jira: kube-apiserver]"
36
36
direction : 1
37
37
38
+ - name : multusCPU
39
+ metricName : containerCPU
40
+ labels.namespace.keyword : openshift-multus
41
+ metric_of_interest : value
42
+ agg :
43
+ value : cpu
44
+ agg_type : avg
45
+ labels :
46
+ - " [Jira: multus]"
47
+ direction : 1
48
+
49
+ - name : monitoringCPU
50
+ metricName : containerCPU
51
+ labels.namespace.keyword : openshift-monitoring
52
+ metric_of_interest : value
53
+ agg :
54
+ value : cpu
55
+ agg_type : avg
56
+ labels :
57
+ - " [Jira: monitoring]"
58
+ direction : 1
59
+
38
60
- name : ovnCPU
39
61
metricName : containerCPU
40
62
labels.namespace.keyword : openshift-ovn-kubernetes
You can’t perform that action at this time.
0 commit comments