Skip to content

Commit c017694

Browse files
author
Matthew Dawber
committed
MB-49678 Correct statistic 'cbas_sysproc_memory_resident' values
The title and value of the statistic contain 'Cbas'. This should be changed to 'Analytics'. Change-Id: I61f33f1b09c4986239c031b7986f49f47772837f Reviewed-on: https://review.couchbase.org/c/ns_server/+/166060 Tested-by: Matthew Dawber <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent 8632d67 commit c017694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/public/ui/app/mn_admin/mn_statistics_description.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ function get70CompatDesc() {
784784
},
785785
"sysproc_mem_resident_cbas": {
786786
unit: "bytes",
787-
title: "Cbas Sysproc Memory Resident",
788-
desc: "The memory used for the Cbas system process."
787+
title: "Analytics Sysproc Memory Resident",
788+
desc: "The memory used for the Analytics system process."
789789
}
790790
},
791791
"@kv-": {

0 commit comments

Comments
 (0)