Feature request: Extract and propagate B3 headers #949
Labels
api: cloudtrace
Issues related to the googleapis/cloud-trace-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
semver: minor
A new feature was added. No breaking changes.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Istio supports distributed tracing on an ingress into a cluster, and between services.
To do this, it propagates a standard set of B3 headers (originally defined for Zipkin, I think?)
It would be great if the server side portions of this tracer recognised and propagated the information from that source. opencensus-node apparently supports this, though it is itself in very early alpha, and has no GRPC support.
I can share simple istio config that defines this behaviour, if it's helpful.
The text was updated successfully, but these errors were encountered: