Skip to content
New issue

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

Tracing ID is missing in the rpc call chain #301

Closed
oewang opened this issue Jan 19, 2023 · 0 comments · Fixed by #302 or #306
Closed

Tracing ID is missing in the rpc call chain #301

oewang opened this issue Jan 19, 2023 · 0 comments · Fixed by #302 or #306
Assignees

Comments

@oewang
Copy link
Contributor

oewang commented Jan 19, 2023

Describe the bug
In the integration test of the dubbo framework, the request link from the client to the server is incomplete on zipkin

To Reproduce
Step 1, You need to locally download the ease-agent-test-demo project and install zipkin and zookeeper.
Step 2, Start the server and client of the dubbo3.x project, and start by adding easeagent as a java agent. The server is dubbo3.x-server, and the client is dubbo3.x-client project.
Step 3, Request the path: http://{your ip}:8081/dubbo/test/chain/{any characters} via http client or browser, and then check it on zipkin to reproduce the bug

Expected behavior
The dubbo request link from the client to the server is complete

Version
Easeagent 2.2.4

Configuration

  • EaseAgent Configuration
# -------------------- dubbo ---------------------
## dubbo tracing
plugin.observability.dubbo.tracing.enabled=true
plugin.observability.dubbo.tracing.args.collect.enabled=true
plugin.observability.dubbo.tracing.result.collect.enabled=true
## tracing reporter config
reporter.tracing.sender.appendType=http
reporter.tracing.sender.enabled=true
reporter.tracing.sender.url=http://{your ip}:9411/api/v2/spans
oewang added a commit to oewang/easeagent that referenced this issue Jan 19, 2023
zhao-kun pushed a commit that referenced this issue Jan 20, 2023
oewang added a commit to oewang/easeagent that referenced this issue Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant