mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[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:
parent
f699e4ec20
commit
6e5fe31e85
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue