Skip to content

Commit

Permalink
Change wording for latency
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Nov 27, 2024
1 parent 7329494 commit 9117074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-console/src/scenes/Editor/Metrics/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export enum MetricType {

export const metricTypeLabel: Record<MetricType, string> = {
[MetricType.ROWS_APPLIED]: "Write throughput",
[MetricType.LATENCY]: "Read latency in ms",
[MetricType.LATENCY]: "WAL apply latency in ms",
[MetricType.WRITE_AMPLIFICATION]: "Write amplification",
}

Expand Down

0 comments on commit 9117074

Please sign in to comment.