Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team is deploying a new API on Cloud Run that utilizes an OpenTelemetry agent to export distributed tracing data to Cloud Trace for monitoring request latency. However, trace collection is inconsistent. How would you address this issue?
A
Use an HTTP health check.
B
Configure CPU to be always-allocated.
C
Increase the CPU limit in Cloud Run from 2 to 4.
D
Configure CPU to be allocated only during request processing.