No span and transaction for Dubbo example

Hi team:
I am doing a poc on elastic apm using dubbo.
Kibana version: 7.16.3
Elasticsearch: 7.16.3
apm-server:v7.16.3
I have create a dubbo provider and consumer. Consumer run every second to call provider.
Now I can only see metric data go to es. But no spans and transactions. Any ideas?

./java -javaagent:../../elastic-apm-agent-1.43.0.jar -Delastic.apm.service_name=dubbo-provider -Delastic.apm.server_urls=http://127.0.0.1:8200 -Delastic.apm.secret_token= -Delastic.apm.environment=test -Delastic.apm.application_packages=org,org.apache.dubbo.springboot.demo.provider -Delastic.apm.log_file=/var/log/apm-test/provider-apm.log -Delastic.apm.log_level=DEBUG -jar ../../dubbo-samples-spring-boot-provider-1.0-SNAPSHOT.jar &

./java -javaagent:../../elastic-apm-agent-1.43.0.jar -Delastic.apm.service_name=dubbo-consumer -Delastic.apm.server_urls=http://127.0.0.1:8200 -Delastic.apm.secret_token= -Delastic.apm.environment=test -Delastic.apm.application_packages=org,org.apache.dubbo.springboot.demo.consumer -Delastic.apm.log_file=/var/log/apm-test/consumer-apm.log -Delastic.apm.log_level=DEBUG -jar ../../dubbo-samples-spring-boot-consumer-1.0-SNAPSHOT.jar &

Any other infomation or log need me to share please let me know.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.