Assigned
Status Update
Comments
va...@google.com <va...@google.com>
dh...@google.com <dh...@google.com>
dh...@google.com <dh...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
ma...@bonniernews.se <ma...@bonniernews.se> #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.
ka...@askelephant.ai <ka...@askelephant.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
Cloud Run does not report its own service name correctly.
The two attachments show the difference in Cloud Trace.
Repro:
1. Create a service that sends Open Telemetry spans to Cloud Trace.
2. Deploy the service through Cloud Run.
3. Make a request to the service.
Outcome: The Service column in Cloud Trace is empty for spans sent from Cloud Run.
Expected: The Service column says "Cloud Run".