Professional Cloud Developer Exam QuestionsBrowse all questions from this exam

Professional Cloud Developer Exam - Question 329


Your company recently modernized their monolith ecommerce site to a microservices application in GKE. Your team uses Google Cloud's operations suite for monitoring and logging. You want to improve the logging indexing and searchabilty in Cloud Logging across your microservices with the least amount of effort. What should you do?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
Sandesh24Option: C
Mar 1, 2025

Emitting logs in structured JSON format allows Cloud Logging to automatically parse, index, and make fields searchable. This approach improves log searchability and reduces the need for custom parsing or additional tooling, achieving the goal with minimal changes to your application code.