Skip to content

Commit

Permalink
Merge pull request #79 from jtaleric/more
Browse files Browse the repository at this point in the history
Adding additional metrics to track
  • Loading branch information
afcollins authored Dec 18, 2024
2 parents 3584d8f + a99c234 commit a0d1e02
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 a0d1e02

Please sign in to comment.