Topic 1 Question 35
Your application is logging to Stackdriver. You want to get the count of all requests on all /api/alpha/* endpoints. What should you do?
Add a Stackdriver counter metric for path:/api/alpha/.
Add a Stackdriver counter metric for endpoint:/api/alpha/*.
Export the logs to Cloud Storage and count lines matching /api/alpha.
Export the logs to Cloud Pub/Sub and count lines matching /api/alpha.
ユーザの投票
コメント(11)
Ans: B B have the correct endpoint /api/alpha/*, A only get one endpoint counter
👍 17woriheck932021/09/04Answer should be A
👍 9google_learner1232020/09/04Ans should be B -> (https://cloud.google.com/blog/products/management-tools/cloud-logging-gets-regular-expression-support) path=~"/api/alpha/*"
👍 5GoReplyGCPExam2022/04/19
シャッフルモード