Topic 1 Question 72
2 つ選択You have enabled HTTP(S) load balancing for your application, and your application developers have reported that HTTP(S) requests are not being distributed correctly to your Compute Engine Virtual Machine instances. You want to find data about how the request are being distributed. Which two methods can accomplish this?
On the Load Balancer details page of the GCP Console, click on the Monitoring tab, select your backend service, and look at the graphs.
In Stackdriver Error Reporting, look for any unacknowledged errors for the Cloud Load Balancers service.
In Stackdriver Monitoring, select Resources > Metrics Explorer and search for https/request_bytes_count metric.
In Stackdriver Monitoring, select Resources > Google Cloud Load Balancers and review the Key Metrics graphs in the dashboard.
In Stackdriver Monitoring, create a new dashboard and track the https/backend_request_count metric for the load balancer.
ユーザの投票
コメント(13)
Answers are A and E. A is very clear. Both C and E look OK per https://cloud.google.com/load-balancing/docs/https/https-logging-monitoring But, this question is about "find data about how the request are being distributed", so, E is the right answer as it is monitoring backend_request_count
👍 21LY2021/01/30I think the answer will be A,E as https/backend_request_count will provide the "The number of requests sent from the external HTTP(S) load balancer to the backends" which is requested in the question about how the distribution is done to the backend.
👍 4CloudTrip2021/04/17- 正解だと思う選択肢: AE
Vote for A & E Need "backend"_request_count for us to find data about how the request are being "distributed"
👍 3Exam__2022/11/17
シャッフルモード