|
this._client.trackMetric({name: Constants.PerformanceCounter.AVAILABLE_BYTES, value: freeMem}); |
AVAILABLE_MEMORY metric is calculated with os.fremem(), which is not equivalent to available memory. An investigation should be done on how to properly measure and track this metric
ApplicationInsights-node.js/AutoCollection/Performance.ts
Line 230 in 439bd18
AVAILABLE_MEMORYmetric is calculated withos.fremem(), which is not equivalent to available memory. An investigation should be done on how to properly measure and track this metric