Skip to content

Commit

Permalink
add storage csi touchstone config (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
liqcui authored May 25, 2023
1 parent 3e30eea commit 481f275
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions config/csi-touchstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"elasticsearch": {
"perfscale-storage-csi-index": [
{
"filter": {
"test_type.keyword": "mixed-workload"
},
"buckets": [
"total_workload",
"total_workernode",
"cluster.ocp_version.keyword",
"cluster.platform.keyword"
],
"aggregations": {
"timestamp": ["max" ],
"volume_attach": ["max"],
"volume_detach": ["max"],
"volume_apply_access_control": ["max"],
"verify_controller_attached_volume": ["max"],
"volume_mount": ["max"],
"volume_unmount": [ "max" ],
"unmount_device": [ "max" ]
}
},
{
"filter": {
"test_type.keyword": "statefulset"
},
"buckets": [
"total_workload",
"total_workernode",
"cluster.ocp_version.keyword",
"cluster.platform.keyword"
],
"aggregations": {
"timestamp": ["max" ],
"volume_attach": ["max"],
"volume_detach": ["max"],
"volume_apply_access_control": ["max"],
"verify_controller_attached_volume": ["max"],
"volume_mount": ["max"],
"volume_unmount": [ "max" ],
"unmount_device": [ "max" ]
}
},
{
"filter": {
"test_type.keyword": "deployment"
},
"buckets": [
"total_workload",
"total_workernode",
"cluster.ocp_version.keyword",
"cluster.platform.keyword"
],
"aggregations": {
"timestamp": ["max" ],
"volume_attach": ["max"],
"volume_detach": ["max"],
"volume_apply_access_control": ["max"],
"verify_controller_attached_volume": ["max"],
"volume_mount": ["max"],
"volume_unmount": [ "max" ],
"unmount_device": [ "max" ]
}
}
]
}
}

0 comments on commit 481f275

Please sign in to comment.