Assigned
Status Update
Comments
al...@collibra.com <al...@collibra.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
va...@google.com <va...@google.com>
va...@google.com <va...@google.com>
al...@gmail.com <al...@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.
ba...@google.com <ba...@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
The problem you have encountered:
Cloud Run reports the Span ID as a decimal, instead of the expected HEX
What you expected to happen:
The Span ID should be reported as a HEX ( LogEntry
"spanId": "76ba431d233a08fc",
) as described in the documentation (consistent with the Google HTTP Loadbalanser), seeSteps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):