Skip to content

Commit

Permalink
feat: skip zapi counters
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Nov 13, 2024
1 parent 42d370a commit 089766d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/test/dashboard_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ var zapiCounterMap = map[string]struct{}{
"volume_arw_status": {},
"volume_num_compress_fail": {},
"volume_num_compress_attempts": {},
"cluster_tags": {},
"volume_tags": {},
// sar is experiencing high api time for ZapiPerf. The u2 cluster does not have fabricpool added for the collection of these counters. Remove the following once sar is capable of running ZapiPerf.
"volume_performance_tier_footprint": {},
"volume_capacity_tier_footprint": {},
Expand Down

0 comments on commit 089766d

Please sign in to comment.