[ResponseOps][Task Manager] Task manager had an issue calculating capacity estimation. averageLoadPercentage: NaN (#216303)

Resolves https://github.com/elastic/kibana/issues/215045

## Summary

This PR removes this log as it's not needed and is causing alerts in
serverless.
This commit is contained in:
Alexi Doak 2025-03-28 09:39:49 -07:00 committed by GitHub
parent f699e4ec20
commit 6e5fe31e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -279,7 +279,7 @@ export function withCapacityEstimate(
};
} catch (e) {
// Return monitoredStats with out capacity estimation
logger.error(e.message);
logger.debug(e.message);
}
}
return monitoredStats;