Page 1 of 1

Your application is logging to Stackdriver. You want to get the count of all requests on all /api/alpha/* endpoints. Wha

Posted: Mon Aug 01, 2022 9:50 am
by answerhappygod
Your application is logging to Stackdriver. You want to get the count of all requests on all /api/alpha/* endpoints.
What should you do?

A. Add a Stackdriver counter metric for path:/api/alpha/.
B. Add a Stackdriver counter metric for endpoint:/api/alpha/*.
C. Export the logs to Cloud Storage and count lines matching /api/alpha.
D. Export the logs to Cloud Pub/Sub and count lines matching /api/alpha.