Skip to content

Commit e3b6f61

Browse files
committed
[yugabyte#9363] fixing metric graph line labels
Summary: The first diff landed only fixed the titles for the graphs. The line labels should also be updated to WAL rather than Log. Test Plan: UI change. Created universe so lines show up on graph. Reviewers: andrew Reviewed By: andrew Subscribers: jenkins-bot, yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D12358
1 parent 6b9fdb2 commit e3b6f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

managed/src/main/resources/metrics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ tserver_log_bytes_written:
11491149
type: "date"
11501150
yaxis:
11511151
alias:
1152-
"log_bytes_logged": "Log Bytes Logged"
1152+
"log_bytes_logged": "WAL Bytes Logged"
11531153

11541154
tserver_log_bytes_read:
11551155
metric: "log_reader_bytes_read"
@@ -1163,7 +1163,7 @@ tserver_log_bytes_read:
11631163
type: "date"
11641164
yaxis:
11651165
alias:
1166-
"log_reader_bytes_read": "Log Bytes Read"
1166+
"log_reader_bytes_read": "WAL Bytes Read"
11671167

11681168
tserver_log_ops_second:
11691169
metric: ""
@@ -1215,8 +1215,8 @@ tserver_log_stats:
12151215
type: "date"
12161216
yaxis:
12171217
alias:
1218-
"log_reader_bytes_read": "Log Bytes Read"
1219-
"log_cache_size": "Log Cache Size"
1218+
"log_reader_bytes_read": "WAL Bytes Read"
1219+
"log_cache_size": "WAL Cache Size"
12201220
ticksuffix: " KB"
12211221

12221222
tserver_cache_reader_num_ops:

0 commit comments

Comments
 (0)