service-fabric-explorer icon indicating copy to clipboard operation
service-fabric-explorer copied to clipboard

Metrics => Reserved MemoryInMB shows wrong data

Open nokjuh opened this issue 2 years ago • 0 comments

Describe the bug The Metrics view in new Service Fabric Explorer shows wrong data for reserved memory when the metric data is not normalized. It shows the maximum capacity, not what is reserved. In old SFX the data was shown correctly.

To Reproduce Steps to reproduce the behavior:

  1. Create container applications to the cluster with ResourceGovernancePolicy => MemoryInMB value configured
  2. SFX: Cluster => Metrics
  3. Select "Reserved MemoryInMB" (likely same would happen with Reserved CpuCores if that is used)
  4. Disable "Normalize metric data"
  5. Check the height of the bars and the values shown. All bars are the height of the maximum memory capacity of each node, regardless of how much memory is reserved.

Expected behavior For each node, the reserved memory is shown in relation to the maximum capacity, e.g. 10240/13095 MB. The height of the bars reflect this.

Screenshots Correct data shown in old SFX: sfx metrics old

All nodes showing maximum reservation incorrectly in new SFX: sfx metrics new

  • Service Fabric version 9.0.1048.9590
  • OS(for browser not SF): Windows 10
  • Browser/ Browser version: Google Chrome 105

nokjuh avatar Sep 06 '22 09:09 nokjuh