Skip to content

Commit

Permalink
feat: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Aug 9, 2023
1 parent 62836d9 commit 9f35b44
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conf/restperf/9.12.0/workload_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ object: qos_detail

# recommended to use large interval, since workload objects are expensive
client_timeout: 1m30s

# Filter by workload class. Options: undefined, preset, user_defined, system_defined, autovolume, load_control
# Note: autovolume is already gathered through workload_detail_volume.yaml
workload_class:
- user_defined
- system_defined
Expand Down
3 changes: 3 additions & 0 deletions conf/restperf/9.12.0/workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ object: qos_detail

# recommended to use large interval, since workload objects are expensive
client_timeout: 1m30s

# Filter by workload class. Options: undefined, preset, user_defined, system_defined, autovolume, load_control
# Note: user_defined,system_defined are already gathered through workload_detail.yaml
workload_class:
- autovolume

Expand Down
3 changes: 3 additions & 0 deletions conf/zapiperf/cdot/9.8.0/workload_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ instance_key: name

# recommended to use a large interval, since workload objects are expensive
client_timeout: 1m30s

# Filter by workload class. Options: undefined, preset, user_defined, system_defined, autovolume, load_control
# Note: autovolume is already gathered through workload_detail_volume.yaml
workload_class:
- user_defined
- system_defined
Expand Down
3 changes: 3 additions & 0 deletions conf/zapiperf/cdot/9.8.0/workload_detail_volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ instance_key: name

# recommended to use a large interval, since workload objects are expensive
client_timeout: 1m30s

# Filter by workload class. Options: undefined, preset, user_defined, system_defined, autovolume, load_control
# Note: user_defined,system_defined are already gathered through workload_detail.yaml
workload_class:
- autovolume

Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, qos_read_io_type{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",workload=~\"$TopQOSReadIOTypeFxmiss\", metric=\"fc_miss\"})",
"expr": "topk($TopResources, qos_read_io_type{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",workload=~\"$TopQOSReadIOTypeFcmiss\", metric=\"fc_miss\"})",
"interval": "",
"legendFormat": "{{workload}}",
"refId": "A"
Expand Down Expand Up @@ -5962,7 +5962,7 @@
"includeAll": true,
"label": null,
"multi": true,
"name": "TopQOSReadIOTypeFxmiss",
"name": "TopQOSReadIOTypeFcmiss",
"options": [],
"query": {
"query": "query_result(topk($TopResources, avg_over_time(qos_read_io_type{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",workload=~\"$Workload\",metric=\"fc_miss\"}[${__range}])))",
Expand Down

0 comments on commit 9f35b44

Please sign in to comment.