Skip to content

Commit a99c234

Browse files
committed
Adding additional metrics to track
Adding multus/monitoring Signed-off-by: Joe Talerico aka rook <joe.talerico@gmail.com>
1 parent 7e35dce commit a99c234

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

examples/trt-external-payload-cluster-density.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,28 @@ tests :
3535
- "[Jira: kube-apiserver]"
3636
direction: 1
3737

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+
3860
- name: ovnCPU
3961
metricName : containerCPU
4062
labels.namespace.keyword: openshift-ovn-kubernetes

examples/trt-payload-cluster-density.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,28 @@ tests :
3535
- "[Jira: kube-apiserver]"
3636
direction: 1
3737

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+
3860
- name: ovnCPU
3961
metricName : containerCPU
4062
labels.namespace.keyword: openshift-ovn-kubernetes

0 commit comments

Comments
 (0)