You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test if myRawStat.Stats.MemoryStats.Limit is non-zero and only then assign to TotalRssP and UsageP, instead of dividing by zero and assigning NaN. This should avoid breaking JSON outputs.
Describe a specific use case for the enhancement or feature:
Monitoring Windows container memory usage
Describe the enhancement:
module/docker/memory/helper.goto report Windows container memory stats, if present.myRawStat.Stats.MemoryStats.Limitis non-zero and only then assign toTotalRssPandUsageP, instead of dividing by zero and assigning NaN. This should avoid breaking JSON outputs.Describe a specific use case for the enhancement or feature:
Monitoring Windows container memory usage