Assigned
Status Update
Comments
ka...@google.com <ka...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
s-...@mercari.com <s-...@mercari.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.
ma...@google.com <ma...@google.com> #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
Issue:
When an architecture with multiple services uses Cloud Profiler APIs,
ListProfiles
API lacks filtering abilities.What you expected to happen:
A way to filter profiles with
ServiceName
through API similar to UI.Steps to reproduce:
Export profile data using go program .
It uses the which has
ListProfiles
APIpageSize
andpageToken
as the query parameters.Further request to provide parameter or methodName to filter by
ServiceName