Stay organized with collections
Save and categorize content based on your preferences.
In this episode, we log some custom data to Google Cloud Logging. We walk through a Python example which uses a custom gRPC interceptor to extract request and response data, as well as some metadata like success status and elapsed time, into custom logs. We then send those logs to the cloud using the Google Cloud Logging API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-29 UTC."],[[["This episode demonstrates how to log custom data to Google Cloud Logging using Python."],["The example uses a gRPC interceptor to capture request/response data, success status, and elapsed time for logging."],["Custom logs are generated and sent to Google Cloud using the Google Cloud Logging API."]]],[]]