service-fabric-explorer
service-fabric-explorer copied to clipboard
Metrics => Reserved MemoryInMB shows wrong data
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:
- Create container applications to the cluster with ResourceGovernancePolicy => MemoryInMB value configured
- SFX: Cluster => Metrics
- Select "Reserved MemoryInMB" (likely same would happen with Reserved CpuCores if that is used)
- Disable "Normalize metric data"
- 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:
All nodes showing maximum reservation incorrectly in new SFX:
- Service Fabric version 9.0.1048.9590
- OS(for browser not SF): Windows 10
- Browser/ Browser version: Google Chrome 105