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: keyperf collector templates #3219

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/aggr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics
- filter:
- statistics.timestamp=!"-"


export_options:
Expand Down
3 changes: 2 additions & 1 deletion conf/keyperf/9.15.0/cifs_vserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics

- filter:
- statistics.timestamp=!"-"

export_options:
instance_keys:
Expand Down
3 changes: 2 additions & 1 deletion conf/keyperf/9.15.0/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics

- filter:
- statistics.timestamp=!"-"

export_options:
instance_keys:
Expand Down
27 changes: 0 additions & 27 deletions conf/keyperf/9.15.0/iscsi_svm.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion conf/keyperf/9.15.0/lif.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics

- filter:
- statistics.timestamp=!"-"

export_options:
instance_keys:
Expand Down
3 changes: 2 additions & 1 deletion conf/keyperf/9.15.0/lun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics

- filter:
- statistics.timestamp=!"-"

plugins:
LabelAgent:
Expand Down
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics
- filter:
- statistics.timestamp=!"-"

plugins:
LabelAgent:
Expand Down
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/nfsv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ counters:
- statistics.v3.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics.v3
- filter:
- statistics.v3.timestamp=!"-"

export_options:
instance_keys:
Expand Down
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/nfsv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ counters:
- statistics.v4.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics.v4
- filter:
- statistics.v4.timestamp=!"-"

export_options:
instance_keys:
Expand Down
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/nfsv4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ counters:
- statistics.v41.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics.v41
- filter:
- statistics.v41.timestamp=!"-"

export_options:
instance_keys:
Expand Down
29 changes: 0 additions & 29 deletions conf/keyperf/9.15.0/nfsv4_2.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics
- filter:
- statistics.timestamp=!"-"

export_options:
instance_keys:
Expand Down
27 changes: 0 additions & 27 deletions conf/keyperf/9.15.0/nvme_services.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions conf/keyperf/9.15.0/ontap_s3_svm.yaml

This file was deleted.

1 change: 1 addition & 0 deletions conf/keyperf/9.15.0/qtree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- filter:
- name=!""
- statistics.timestamp=!"-"
- hidden_fields:
- statistics

Expand Down
2 changes: 2 additions & 0 deletions conf/keyperf/9.15.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ counters:
- statistics.timestamp(timestamp) => timestamp
- hidden_fields:
- statistics
- filter:
- statistics.timestamp=!"-"

endpoints:
- query: api/private/cli/volume
Expand Down
4 changes: 0 additions & 4 deletions conf/keyperf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ objects:
Aggregate: aggr.yaml
CIFSvserver: cifs_vserver.yaml
Cluster: cluster.yaml
ISCSISvm: iscsi_svm.yaml
LIF: lif.yaml
Lun: lun.yaml
Namespace: namespace.yaml
NFSv3: nfsv3.yaml
NFSv41: nfsv4_1.yaml
NFSv42: nfsv4_2.yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NFSv42 is not available.

NFSv4: nfsv4.yaml
Node: node.yaml
NvmeServices: nvme_services.yaml
Volume: volume.yaml
Qtree: qtree.yaml
OntapS3SVM: ontap_s3_svm.yaml