Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding panels for OntapS3SVM object #3134

Merged
merged 11 commits into from
Sep 10, 2024
14 changes: 10 additions & 4 deletions conf/restperf/9.14.1/ontap_s3_svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@ counters:
- upload_part_rate
- upload_part_total

export_options:
instance_keys:
- node
- svm
plugins:
- Aggregator:
# plugin will create summary/average for each ontaps3_svm object
# any names after the object names will be treated as
# label names that will be added to instances
- svm<>ontaps3_svm

# only export svm aggregations from plugin
# set this true or comment, to get data for each ontaps3_svm
export_data: false
14 changes: 10 additions & 4 deletions conf/zapiperf/cdot/9.8.0/ontap_s3_svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,13 @@ counters:
- upload_part_total
- vserver_name => svm

export_options:
instance_keys:
- node
- svm
plugins:
- Aggregator:
# plugin will create summary/average for each ontaps3_svm object
# any names after the object names will be treated as
# label names that will be added to instances
- svm<>ontaps3_svm

# only export svm aggregations from plugin
# set this true or comment, to get data for each ontaps3_svm
export_data: false
Loading