Feature Request P2
Status Update
Comments
rm...@google.com <rm...@google.com>
gs...@google.com <gs...@google.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
Cloud Functions 2nd gen to have natively trace properties as seen with 1st gen. Not only for request logs, but for any app entry log.
How this might work:
This will save time for troubleshooting using trace logs, and won't rely on properly writing structured logs prompt to errors.
If applicable, reasons why alternative solutions are not sufficient:
Current solution requires writing structured logs [1] using the special field
logging.googleapis.com/trace
[2].This issue has been reported before on this Public Issue Tracker, with the current solution described here [3].
Other information (workarounds you have tried, documentation consulted, etc):https://cloud.google.com/functions/docs/monitoring/logging#writing_structured_logs https://cloud.google.com/logging/docs/agent/logging/configuration#special-fields https://issuetracker.google.com/issues/269319904#comment6
[1]
[2]
[3]