Topic 1 Question 54
You are using Stackdriver to monitor applications hosted on Google Cloud Platform (GCP). You recently deployed a new application, but its logs are not appearing on the Stackdriver dashboard. You need to troubleshoot the issue. What should you do?
Confirm that the Stackdriver agent has been installed in the hosting virtual machine.
Confirm that your account has the proper permissions to use the Stackdriver dashboard.
Confirm that port 25 has been opened in the firewall to allow messages through to Stackdriver.
Confirm that the application is using the required client library and the service account key has proper permissions.
ユーザの投票
コメント(17)
Why do you complicate stuff. A is the answer. Why not D, because if A is not there D is useless. Question says you are using Stackdriver monitoring, not saying you have an agent installed already. You need the agent to export logs. So first thing you'll always see in the agent is there, and running. Next service account, next client libraries. I hope this clears your doubts.
👍 9KyubiBlaze2022/01/15D - The question states that you are already using Stackdriver for the GCE instance (assuming the agent is already installed). However, the "new" application has issues shipping the logs
👍 6hfudjdn2021/11/13- 正解だと思う選択肢: A
A and D seems correct. I think D is less correct because since you are hosting on GCP, best practice is to not add a service account to the application itself but instead leverage the native logging capabilities of GCP's offerings like GKE, GCP, etc.
👍 4not_thanos2021/12/17
シャッフルモード