Assigned
Status Update
Comments
gu...@google.com <gu...@google.com>
gu...@google.com <gu...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
st...@gmail.com <st...@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.
ta...@aliz.ai <ta...@aliz.ai> #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
Currently, I can create a separate custom span with detailed performance information of my application.
My problems with this:
* I can't see the RPC latency in the custom trace log
* I can't see the log messages in the custom trace log
* I can't jump to the custom trace log from the log viewer
* I can't effective search for custom traces because the service and version information is missing. I can see that there is already an issue about this
All of these problems could be solved if I could enhance the current trace information by providing the proper parent span to my own spans.
For more information here is a question where I tried to figure out how to do this currently: