
Ultimate access to all questions.
In the context of managing and optimizing data pipelines on Google Cloud, which service is specifically designed to provide real-time log analysis and monitoring capabilities to ensure operational efficiency and quick troubleshooting? Consider the need for scalability, integration with other Google Cloud services, and the ability to handle logs from both cloud and on-premises sources. Choose the best option.
A
BigQuery: A serverless, highly scalable data warehouse designed for analytical queries over large datasets, but not specialized in real-time log monitoring.
B
Cloud Functions: A lightweight, event-driven compute solution that allows you to run code in response to events without managing servers, lacking dedicated log analysis features.
C
Cloud Logging: A fully managed service that collects, stores, and analyzes logs in real-time, offering advanced querying capabilities and integration with other Google Cloud services for comprehensive monitoring.
D
Cloud Storage: A unified object storage service with high durability and availability, designed for storing and accessing data but not for real-time log analysis.