Describe the bug
Traces for specific services are not properly connected while calling internal services through Spring Cloud Gateway
As a result, Root Span is missing.
Steps to reproduce
Inject OpenTelemetry JavaAgent into Gateway and each services
Expected behavior
A normal connection of the trace along the route through the service
Actual behavior
Determine what happens when certain applications are separated into two traces
Javaagent or library instrumentation version
2.10.0
Environment
JDK: Adoptium Temurin 17
OS: AL2023 (Amazon Linux, Kubernetes)
Gateway : Spring Cloud Gateway (Boot 3.1.5 / Cloud 2023.0.4)
Services:
- For service that work as intended : Boot 3.3.4
- For service that do not work as intended : Boot 2.6.7
Additional context
No response