Not all requests are Traced #2044
Unanswered
theobouwman
asked this question in
Q&A
Replies: 3 comments 3 replies
|
This is probably a Cloud Run / Google specific issue, as I get similar results on Cloud Run using the Go SDK. |
0 replies
|
Finally found the "issue" - It turns out that the default sampler is https://anecdotes.dev/opentelemetry-on-google-cloud-unraveling-the-mystery-f61f044c18be |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi I am using this code to use Otel tracing with FastAPI on Cloud Run, but not all my requests are traced as you can see.
Grafana shows 42 requests but GCP Trace only should 23 traces...
We also have a 1second latency when request code in, and this is what I want to solve by looking at the Traces...

All reactions