Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you implement centralized monitoring for application-level metrics in a Google Kubernetes Engine (GKE) deployment using Google Cloud Platform services with minimal setup effort?
A
Publish various metrics from the application directly to the Stackdriver Monitoring API, and then observe these custom metrics in Stackdriver.
B
Install the Cloud Pub/Sub client libraries, push various metrics from the application to various topics, and then observe the aggregated metrics in Stackdriver.
C
Install the OpenTelemetry client libraries in the application, configure Stackdriver as the export destination for the metrics, and then observe the application's metrics in Stackdriver.
D
Emit all metrics in the form of application-specific log messages, pass these messages from the containers to the Stackdriver logging collector, and then observe metrics in Stackdriver.