googleapis / cloud-trace-nodejs

Node.js agent for Cloud Trace: automatically gather latency data about your application
https://cloud.google.com/trace/
Apache License 2.0
278 stars 98 forks source link

External HTTP calls meant to appear in tracing overview or not? #1450

Closed m3co-code closed 2 years ago

m3co-code commented 2 years ago

I have integrated cloud tracing into our services running on GKE. When I look at traces they correctly show multiple spans for nested service calls, but only to other services in GKE. Given there are requests to SaaS providers, they aren't showing up at all.

Is it meant to also trace external service calls out of the box or not?

m3co-code commented 2 years ago

Oh actually now it works smooth! Sorry for the noise and thanks for the nice library 🥂