We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uber-trace-id
Client span is generated here:
java-spring-cloud/instrument-starters/opentracing-spring-cloud-gateway-starter/src/main/java/io/opentracing/contrib/spring/cloud/gateway/TraceRequestHttpHeadersFilter.java
Lines 55 to 60 in 8a865d5
Next we try to inject this span into Http Headers of inner request:
Lines 65 to 70 in 8a865d5
But if the incoming request to Spring Cloud Gateway had it own uber-trace-id header this will overwrite what we just tried to do. Is it a bug?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Client span is generated here:
java-spring-cloud/instrument-starters/opentracing-spring-cloud-gateway-starter/src/main/java/io/opentracing/contrib/spring/cloud/gateway/TraceRequestHttpHeadersFilter.java
Lines 55 to 60 in 8a865d5
Next we try to inject this span into Http Headers of inner request:
java-spring-cloud/instrument-starters/opentracing-spring-cloud-gateway-starter/src/main/java/io/opentracing/contrib/spring/cloud/gateway/TraceRequestHttpHeadersFilter.java
Lines 65 to 70 in 8a865d5
But if the incoming request to Spring Cloud Gateway had it own
uber-trace-id
header this will overwrite what we just tried to do. Is it a bug?The text was updated successfully, but these errors were encountered: