Skip to content

Commit

Permalink
feat: add workload panels in workload dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed May 19, 2023
1 parent 3f47660 commit 29c1341
Show file tree
Hide file tree
Showing 5 changed files with 4,020 additions and 1,849 deletions.
15 changes: 15 additions & 0 deletions conf/rest/9.12.0/qos_workload.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: QosWorkload
query: api/storage/qos/workloads
object: qos_workload

counters:
- ^^uuid => uuid
- ^name
- ^workload_class => class

export_options:
instance_keys:
- uuid
instance_labels:
- class
- name
1 change: 1 addition & 0 deletions conf/rest/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ objects:
OntapS3Policy: ontap_s3_policy.yaml
QosPolicyAdaptive: qos_policy_adaptive.yaml
QosPolicyFixed: qos_policy_fixed.yaml
QosWorkload: qos_workload.yaml
Qtree: qtree.yaml
Security: security.yaml
SecurityAccount: security_account.yaml
Expand Down
18 changes: 18 additions & 0 deletions conf/zapi/cdot/9.8.0/qos_workload.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: QosWorkload
query: qos-workload-get-iter
object: qos_workload

counters:
qos-workload-info:
- ^^uuid => uuid
- ^workload-class => class
- ^workload-name => name

collect_only_labels: true

export_options:
instance_keys:
- uuid
instance_labels:
- class
- name
1 change: 1 addition & 0 deletions conf/zapi/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ objects:
NtpServer: ntpserver.yaml
QosPolicyAdaptive: qos_policy_adaptive.yaml
QosPolicyFixed: qos_policy_fixed.yaml
QosWorkload: qos_workload.yaml
Qtree: qtree.yaml
Security: security.yaml
SecurityAccount: security_account.yaml
Expand Down
Loading

0 comments on commit 29c1341

Please sign in to comment.