Topic 9 Question 52
Which combination of Stackdriver services will alert you about errors generated by your applications and help you locate the root cause in the code?
Monitoring, Trace, and Debugger
Monitoring and Error Reporting
Debugger and Error Reporting
Alerts and Debugger
解説
Stackdriver Error Reporting keeps track of errors in your applications and can be configured to alert you when an error occurs. Stackdriver Debugger lets you inspect the state of an application at any code location. If you click on an error displayed in Error Reporting, it will put you into the associated application's source code in the Debugger so you can diagnose the problem. Stackdriver Monitoring gives real-time updates on performance metrics and uptime, not application errors. There is no service called Stackdriver Alerts, although alerting is a capability of Stackdriver Monitoring. Stackdriver Trace collects latency data from your applications. It is useful for locating performance bottlenecks, not application errors. Reference: https://cloud.google.com/products/
コメント(6)
C, for sure. Error Reporting, will alert you about errors generated by your applications Debugger, will help you locate the root cause in the code?
👍 9gfhbox00832020/06/12Yes indeed
👍 2AnshulVikramIkea2020/07/23As of today, the StackDriver is no longer in the documentation. The ones mentioned are https://cloud.google.com/products/#section-17
Cloud Debugger - application faults. Cloud Monitoring - monitor and alert Cloud Trace - Performance data Cloud Logging - Log Cloud Profiler - CPU and heap profiling to reduce cost
so none of the answers are correct.
👍 2NKrishna2021/01/06
シャッフルモード