Skip to content

Commit

Permalink
refactor: disabled the counters not used in dashboards - zapiperf
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Nov 28, 2023
1 parent 06d2e00 commit 2b0d1d5
Show file tree
Hide file tree
Showing 28 changed files with 1,138 additions and 1,138 deletions.
52 changes: 26 additions & 26 deletions conf/zapiperf/cdot/9.10.1/fcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object: fcp
instance_key: uuid

counters:
- avg_other_latency
#? - avg_other_latency
- avg_read_latency
- avg_write_latency
- discarded_frames_count
Expand All @@ -18,48 +18,48 @@ counters:
- link_down
- link_failure
- link_speed => speed
- link_up
#? - link_up
- loss_of_signal
- loss_of_sync
- node_name => node
- nvmf_avg_other_latency
#? - nvmf_avg_other_latency
- nvmf_avg_read_latency
- nvmf_avg_remote_other_latency
- nvmf_avg_remote_read_latency
- nvmf_avg_remote_write_latency
#? - nvmf_avg_remote_other_latency
#? - nvmf_avg_remote_read_latency
#? - nvmf_avg_remote_write_latency
- nvmf_avg_write_latency
- nvmf_caw_data
- nvmf_caw_ops
- nvmf_command_slots
- nvmf_other_ops
#? - nvmf_caw_data
#? - nvmf_caw_ops
#? - nvmf_command_slots
#? - nvmf_other_ops
- nvmf_read_data
- nvmf_read_ops
- nvmf_remote_caw_data
- nvmf_remote_caw_ops
- nvmf_remote_other_ops
- nvmf_remote_read_data
- nvmf_remote_read_ops
- nvmf_remote_total_data
- nvmf_remote_total_ops
- nvmf_remote_write_data
- nvmf_remote_write_ops
#? - nvmf_remote_caw_data
#? - nvmf_remote_caw_ops
#? - nvmf_remote_other_ops
#? - nvmf_remote_read_data
#? - nvmf_remote_read_ops
#? - nvmf_remote_total_data
#? - nvmf_remote_total_ops
#? - nvmf_remote_write_data
#? - nvmf_remote_write_ops
- nvmf_total_data
- nvmf_total_ops
- nvmf_write_data
- nvmf_write_ops
- other_ops
#? - other_ops
- prim_seq_err
- queue_full
- read_data
- read_ops
- reset_count
- shared_int_count
#? - read_ops
#? - reset_count
#? - shared_int_count
- spurious_int_count
- threshold_full
- total_data
- total_ops
#? - total_data
#? - total_ops
- write_data
- write_ops
#? - write_ops

override:
- link_speed: string
Expand Down
8 changes: 4 additions & 4 deletions conf/zapiperf/cdot/9.10.1/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ object: namespace
instance_key: name

counters:
- avg_other_latency
#? - avg_other_latency
- avg_read_latency
- avg_write_latency
- instance_name => path
- other_ops
#? - other_ops
- read_data
- read_ops
- remote_bytes
- remote_ops
#? - remote_bytes
#? - remote_ops
- vserver_name => svm
- write_data
- write_ops
Expand Down
Loading

0 comments on commit 2b0d1d5

Please sign in to comment.