Skip to content

Commit

Permalink
feat: default include constituents to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Oct 16, 2023
1 parent e2af040 commit c9311ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/rest/9.10.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of poll duration
include_constituents: true
include_constituents: false
- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/rest/9.9.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of poll duration
include_constituents: true
include_constituents: false
- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/restperf/9.12.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
# any names after the object names will be treated as label names that will be added to instances
- node
- Volume:
include_constituents: true
include_constituents: false
# - LabelAgent:
# # To prevent visibility of transient volumes, uncomment the following lines
# exclude_regex:
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of data poll duration
include_constituents: true
include_constituents: false
- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/zapiperf/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ plugins:
# any names after the object names will be treated as label names that will be added to instances
- node
- Volume:
include_constituents: true
include_constituents: false
# - LabelAgent:
# # To prevent visibility of transient volumes, uncomment the following lines
# exclude_regex:
Expand Down

0 comments on commit c9311ca

Please sign in to comment.