Topic 1 Question 333
You recently developed an application that will be hosted on Cloud Run. You need to conduct a load test. You want to analyze the load test logs second by second to understand your Cloud Run service's response to rapid traffic spikes. You want to minimize effort. How should you analyze the logs?
Use estimation to extrapolate performance from summary monitoring charts.
Analyze the log data in BigQuery by configuring a BigQuery log sink with the appropriate inclusion filter for your application.
Use Cloud Monitoring’s default log console for analysis.
Analyze the log data in Cloud SQL for PostgreSQL by pushing logs to a Pub/Sub topic. Use Dataflow to process and ingest the logs.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Exporting your Cloud Logging data to BigQuery via a log sink allows you to run precise SQL queries to analyze log entries on a second-by-second basis. This approach minimizes effort while providing the detailed, time-specific insights you need to understand how your Cloud Run service handles rapid traffic spikes. Using the default log console or other methods would either lack the required granularity or require significantly more effort to set up.
👍 1Sandesh242025/03/01
シャッフルモード