
Ultimate access to all questions.
As a DevOps engineer for a rapidly growing social media company, you're part of the monitoring team for their flagship web application. The application, deployed on Managed Instance Groups behind an HTTP(S) load balancer, is generating logs at a volume that exceeds the Project's logging API quota. Despite implementing exclusion filters in Cloud Logging, the issue persists. What could be the underlying problem?
A
The Managed Instance Group's service account lacks the necessary permissions to utilize the exclusion filters effectively.
B
Exclusion filters are misconfigured, failing to reduce the log volume as intended.
C
Additional log types need to be specified in the exclusion filters to address the quota exceedance.
D
Logs are processed by the Logging API before exclusion filters are applied, meaning the API calls contributing to the quota are not reduced by filtering.