Assigned
Status Update
Comments
gs...@google.com <gs...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
so...@gmail.com <so...@gmail.com> #3
Hello! Sorry to bring up this issue after almost a year but I wanted to add that we have chosen metric identifier as agent.googleapis.com/memory/percent_used but autoscaling didnt work out for us either. It would be appraciated if you can guide us.
[Deleted User] <[Deleted User]> #4
Hi, at the moment we are using the cpu_utilization/target_utilization attribute (in app.yaml) for autoscaling in the app engine flexible environment, however it would be great if we can have the way to mention the memory_utilization metrics as well to decide on the auto scaling. It will give us more control of the auto scaling the instances than now.
Description
At the bare minimum can we have:
1) Have all logs related to a request be categorized under a single request
2) Have all logs related to a request reference a unique request id so all logs pertaining to a single request become easily searchable
3) Show a start/stop auto generated log which shows the request that came in, and how long it took to fulfill the request/how much resources it used
Currently, logs from separate containers are jumbled up with one another and makes looking at the logs a nightmare. Plus there is no way to easily get all the logs from a certain request.
Maybe you guys are working on this already? If so could we get an update of what Logging is to look like in the near future?
Please, and thank you.