Skip to content

Commit

Permalink
Combining metrics profiles files (#411)
Browse files Browse the repository at this point in the history
* combining metrics profiles

* adding container touchstone configs

* adding overall container metrics

* deleting old files

* adding metrics-ovn back
  • Loading branch information
paigerube14 authored Sep 30, 2022
1 parent d830ec5 commit 9bc7b52
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions workloads/kube-burner/touchstone-configs/containerMetrics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"elasticsearch": {
"ripsaw-kube-burner": [
{
"***REMOVED***lter": {
"metricName.keyword": "containerCPU",
"labels.namespace.keyword": "${TOUCHSTONE_NAMESPACE}"
},
"buckets": [
"labels.pod.keyword",
"labels.node.keyword",
"labels.container.keyword"
],
"aggregations": {
"value": [
"avg",
"max"
]
}
},
{
"***REMOVED***lter": {
"metricName.keyword": "containerMemory",
"labels.namespace.keyword": "${TOUCHSTONE_NAMESPACE}"
},
"buckets": [
"labels.pod.keyword",
"labels.node.keyword",
"labels.container.keyword"
],
"aggregations": {
"value": [
"avg",
"max"
]
}
}
]
}
}

0 comments on commit 9bc7b52

Please sign in to comment.