Topic 1 Question 90
You are deploying MariaDB SQL databases on GCE VM Instances and need to configure monitoring and alerting. You want to collect metrics including network connections, disk IO and replication status from MariaDB with minimal development effort and use StackDriver for dashboards and alerts. What should you do?
Install the OpenCensus Agent and create a custom metric collection application with a StackDriver exporter.
Place the MariaDB instances in an Instance Group with a Health Check.
Install the StackDriver Logging Agent and configure fluentd in_tail plugin to read MariaDB logs.
Install the StackDriver Agent and configure the MySQL plugin.
ユーザの投票
コメント(17)
Answer : A MariaDB needs costume metrics , and stackdriver built-in monitoring tools will not provide these metrics . Opencensus Agent will do this for you For more info , refer to : https://cloud.google.com/monitoring/custom-metrics/open-census
👍 26Barniyah2020/04/18Answer: C Description: The GitHub repository named google-fluentd-catch-all-config which includes the configuration files for the Logging agent for ingesting the logs from various third-party software packages.
👍 13[Removed]2020/03/27Answer : D mariaDB is an extension of mysql and mysql plugin must work fine to extract the metrics of mariaDB. https://cloud.google.com/monitoring/agent/plugins/mysql
👍 6safiyu2021/08/10
シャッフルモード