spring-cloud / spring-cloud-gateway

An API Gateway built on Spring Framework and Spring Boot providing routing and more.
http://cloud.spring.io
Apache License 2.0
4.55k stars 3.33k forks source link

Trace/Span name for downstream services #3590

Open adamalexandru4 opened 1 week ago

adamalexandru4 commented 1 week ago

Describe the bug I'm working on a Proof of Concept (PoC) that involves full tracing from the edge (using Spring Cloud Gateway) through to downstream Spring Boot services. When viewing traces in Jaeger, I noticed a discrepancy in the span names:

Expected behavior I would expect span names in Spring Cloud Gateway to display the full request path (similar to the format used in Spring Boot services) for consistency in trace visualization.