
Answer-first summary for fast verification
Answer: Install the StackDriver Agent and configure the MySQL plugin.
The correct answer is D. Installing the StackDriver Agent and configuring the MySQL plugin is the most straightforward and least development-intensive approach to achieve the monitoring and alerting requirements for MariaDB on GCE VM Instances using StackDriver. The StackDriver Agent is designed to collect system and application metrics from virtual machine instances and send them to StackDriver Monitoring. The MySQL plugin allows the collection of MySQL-specific metrics, which include network connections, disk IO, and replication status, making it suitable for monitoring MariaDB as well.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for deploying MariaDB SQL databases on Google Compute Engine (GCE) Virtual Machine (VM) instances and need to configure an efficient monitoring and alerting system. To achieve this, you need to collect essential metrics such as network connections, disk IO, and replication status from your MariaDB instances. With minimal development effort, you aim to utilize Google Cloud's StackDriver for creating dashboards and setting up alerts. What steps should you take to accomplish this?
A
Install the OpenCensus Agent and create a custom metric collection application with a StackDriver exporter.
B
Place the MariaDB instances in an Instance Group with a Health Check.
C
Install the StackDriver Logging Agent and configure fluentd in_tail plugin to read MariaDB logs.
D
Install the StackDriver Agent and configure the MySQL plugin.
No comments yet.