Skip to content

Commit 9c9b539

Browse files
committed
MB-49550: Show total Analytics service memory in dashboard
Change-Id: I94e1a03b655bb9d22d0f4275ad6e1db0e7817bdf Reviewed-on: https://review.couchbase.org/c/ns_server/+/165747 Well-Formed: Build Bot <[email protected]> Tested-by: Build Bot <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent a3defed commit 9c9b539

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,11 @@ function get70CompatDesc() {
772772
return {
773773
"stats": {
774774
"@system": {
775-
"sysproc_mem_resident_java_cbas": null,
775+
"sysproc_mem_resident_java_cbas": {
776+
unit: "bytes",
777+
title: "Analytics Service Memory Resident",
778+
desc: "The memory used for Analytics service (cbas process + java process resident memory)."
779+
},
776780
"sysproc_mem_resident_java": {
777781
unit: "bytes",
778782
title: "Java Sysproc Memory Resident",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ function mnStatisticsNewServiceFactory($http, mnServersService, mnPoller, $rootS
878878
size: "small",
879879
specificStat: true
880880
}, {
881-
stats: {"@system.sysproc_mem_resident_cbas": true},
881+
stats: {"@system.sysproc_mem_resident_java_cbas": true},
882882
size: "small",
883883
specificStat: true
884884
}]

0 commit comments

Comments
 (0)