Replies: 1 comment
-
Might be related to #4035 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, so what am i doing wrong? We are running the apollo router on cloud run, which works great, with 1 second cold starts which is good for our use case.
Now, im running the router with this tracing config:
version: v1.32.0
and my router logs at startup:
this setup works locally (docker compose), and adds the traceid to all requests, as well as traces every request and sends them to newrelic.
In cloud run, however, only a small subset of requests are traced, and header is only present in that case. Shouldn't all requests still have the trace id in the response header? And about the batch config, how does that work in a serverless enviroment? i guess a batch cant be sent to newrelic if the serverless execution has ended, or how does it behave?
Beta Was this translation helpful? Give feedback.
All reactions