Skip to content

Commit

Permalink
feat: keyperf collector templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Oct 23, 2024
1 parent 2397a2f commit aeaf908
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 118 deletions.
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
NFSv4: nfsv4.yaml
Node: node.yaml
NvmeServices: nvme_services.yaml
Volume: volume.yaml
Qtree: qtree.yaml
OntapS3SVM: ontap_s3_svm.yaml

0 comments on commit aeaf908

Please sign in to comment.