Make the AutoscaledPool log understandable #705
Labels
enhancement
New feature or request.
t-tooling
Issues with this label are in the ownership of the tooling team.
AutoscalePool periodically logs system load information in this function:
AutoscaledPool._log_system_status
This looks for example like this:
It shows values that are internally used by the desired_concurrency controller, but those value are hard to interpret by humans and thus not very useful to show in log. Make this log understandable.
On the other hand, the logged values should also be connected to values used by mentioned controller. If it gets readable, but detached from controller, then the log is again not very usable. So there is a risk that making this more readable would require changing the controller itself.
See full discussion in: #662
The text was updated successfully, but these errors were encountered: