Assigned
Status Update
Comments
ah...@google.com <ah...@google.com>
[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.
ra...@wpengine.com <ra...@wpengine.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.
pa...@pingidentity.com <pa...@pingidentity.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.
ar...@seclogic.io <ar...@seclogic.io> #5
Hi, I do not see any memory metrics in neither console nor stackdriver. Is this connected to this issue?
ja...@imperva.com <ja...@imperva.com> #6
Hello Google team, I was directed to this issue by the support team when we raised concerns around the non availability of memory metrics for Auto Scaling. Is this feature 'released' or in roadmap or not considered ? Please provide some details around this
be...@imperva.com <be...@imperva.com> #7
Hi ,
Can somebody tell the exact metric for memory based autoscaling
Can somebody tell the exact metric for memory based autoscaling
be...@imperva.com <be...@imperva.com> #8
Any news on an ETA for this fix?
ba...@google.com <ba...@google.com>
ba...@google.com <ba...@google.com> #9
Hello,
Thanks for reaching out to us!
The Product Engineering Team has been made aware of this feature request. Though we can't provide an ETA on feature requests nor guarantee their implementation, rest assured that your feedback is always taken very seriously, as it allows us to improve our products. Any further updates will be communicated here in this thread. Thank you for your trust and continued support to improve Google Cloud Platform products.
In case you want to report a new issue, please do not hesitate to create a new
Thanks & Regards,
Manish Bavireddy.
Google Cloud Support
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
We want Cloud Logging Sink to Pub/Sub feature [1] to have an option in Cloud Logging to allow you to set the 'orderingKey' [2] Pub/Sub message attribute for every log it sends to Pub/Sub. For example, set 'orderingKey' to the timestamp of the log.
[1]
[2]
Other information (workarounds you have tried, documentation consulted, etc):
The workaround could be to have the Subscriber client manually parse the log JSON it receives, to manually find a specific value for ordering (like the log timestamp for example).