Skip to content

Commit

Permalink
fix: rename volume latency in keyperf
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Nov 6, 2024
1 parent 24c3cc2 commit 13e02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/keyperf/9.15.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ counters:
- statistics.iops_raw.write => write_ops
- statistics.latency_raw.other => other_latency
- statistics.latency_raw.read => read_latency
- statistics.latency_raw.total => total_latency
- statistics.latency_raw.total => avg_latency
- statistics.latency_raw.write => write_latency
- statistics.throughput_raw.other => other_data
- statistics.throughput_raw.read => read_data
Expand Down

0 comments on commit 13e02ea

Please sign in to comment.