Feature Request
Crates
volo
volo-grpc
tracing
tracing-opentelemetry
opentelemetry
Motivation
In a multi-microservice architecture, link tracing cannot be connected across services. I am using tracing and tracing-opentelemetry, but they do not automatically inject the trace ID into the request metadata.
Proposal
I hope that Volo can implement multi-service tracing, similar to Kitex and Hertz.
Alternatives
Yes, I can manually modify the request metadata, but that’s not an ideal solution.
Feature Request
Crates
volovolo-grpctracingtracing-opentelemetryopentelemetryMotivation
In a multi-microservice architecture, link tracing cannot be connected across services. I am using tracing and tracing-opentelemetry, but they do not automatically inject the trace ID into the request metadata.
Proposal
I hope that Volo can implement multi-service tracing, similar to Kitex and Hertz.
Alternatives
Yes, I can manually modify the request metadata, but that’s not an ideal solution.