Skip to content

Commit

Permalink
Adding additional metrics to track
Browse files Browse the repository at this point in the history
Adding multus/monitoring

Signed-off-by: Joe Talerico aka rook <[email protected]>
  • Loading branch information
jtaleric committed Oct 30, 2024
1 parent 7e35dce commit a99c234
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/trt-external-payload-cluster-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,28 @@ tests :
- "[Jira: kube-apiserver]"
direction: 1

- name: multusCPU
metricName : containerCPU
labels.namespace.keyword: openshift-multus
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: multus]"
direction: 1

- name: monitoringCPU
metricName : containerCPU
labels.namespace.keyword: openshift-monitoring
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: monitoring]"
direction: 1

- name: ovnCPU
metricName : containerCPU
labels.namespace.keyword: openshift-ovn-kubernetes
Expand Down
22 changes: 22 additions & 0 deletions examples/trt-payload-cluster-density.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,28 @@ tests :
- "[Jira: kube-apiserver]"
direction: 1

- name: multusCPU
metricName : containerCPU
labels.namespace.keyword: openshift-multus
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: multus]"
direction: 1

- name: monitoringCPU
metricName : containerCPU
labels.namespace.keyword: openshift-monitoring
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: monitoring]"
direction: 1

- name: ovnCPU
metricName : containerCPU
labels.namespace.keyword: openshift-ovn-kubernetes
Expand Down

0 comments on commit a99c234

Please sign in to comment.