Skip to content

Commit

Permalink
MB-49678 Correct statistic 'cbas_sysproc_memory_resident' values
Browse files Browse the repository at this point in the history
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 <matthew.dawber@couchbase.com>
Well-Formed: Build Bot <build@couchbase.com>
Reviewed-by: Pavel Blagodov <stochmail@gmail.com>
  • Loading branch information
Matthew Dawber committed Nov 19, 2021
1 parent 8632d67 commit c017694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/public/ui/app/mn_admin/mn_statistics_description.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@ function get70CompatDesc() {
},
"sysproc_mem_resident_cbas": {
unit: "bytes",
title: "Cbas Sysproc Memory Resident",
desc: "The memory used for the Cbas system process."
title: "Analytics Sysproc Memory Resident",
desc: "The memory used for the Analytics system process."
}
},
"@kv-": {
Expand Down

0 comments on commit c017694

Please sign in to comment.