Feature Request P2
Status Update
Comments
[Deleted User] <[Deleted User]> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
ar...@google.com <ar...@google.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.
ar...@google.com <ar...@google.com> #5
Hi, I do not see any memory metrics in neither console nor stackdriver. Is this connected to this issue?
Description
There doesn't seem to be a working way to pass a filter to thehttps://console.cloud.google.com/traces/list URL (to populate in the trace filter edit box).
In the past I think this worked to pass a label filter (but it no longer works):https://console.cloud.google.com/traces/list?project=proj1&q=%2BMyKey:MyVal&start=1606482204639&end=1609074204639
All of these attempts encountered some issue:
Having
&q=%2BMyKey:MyVal
in thelist
URL results in theRootSpan : +MyKey:MyVal
filter ("RootSpan :
" is automatically added but I'm trying to add a label filter)Any of the following URL parameters results in an empty filter (and indeed no trace filter is applied):
&%5EMyKey:MyVal
&q=Label:MyKey:MyVal
&q=Label:MyKey:%2BMyVal
&q=Label:Label:MyKey:%2B%5EMyVal
Trying to pass "
pageState=("traceFilter":("chips":
..." seems like the wrong way to go to supply a filter.