-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Feature] add RocketMq consumer mq.topic tag #8223
Comments
We are not accepting more RocketMQ plugin codes, unless plugin test is added with it. |
This plugin can't be verified automatically currently, so, you need to follow plugin test document to add tests for supported versions. Then we could continue on new feature. |
Can you tell me where is the "plugin test document" ? I read java-agent doc and not find it. |
@zhyyu Any update about this? |
my mac m1 can not run the
find fabric8io/docker-maven-plugin#1257 docker-maven-plugin conflict with m1 ship. So I am blocked now... |
OK, I don't have a M1 chip for now. Could you try it on any Linux? I think it should work. |
I have a x86 windows. I think I can run the script on virtual box on that windows. But it will take some times... |
I can see |
I will try it recently. |
I add
|
I've checked the issue in Skywalking-java repo. You have to update the
Also, on M1 models, I was using |
Can configuration.yml dependencies support https://github.com/apache/rocketmq-docker
Right now it don't support
|
You could add this through a pull request I think. The docker configuration is just generated through the codes inside test folder. |
Ok, I am trying work on it. |
Search before asking
Description
RocketMQ consumer segment don't contain
mq.topic
tag, so the UI trace page can not search consumer segment when inputmq.topic=TopicTest
tag. I want to change RocketMQ agent, addmq.topic
tag into consumer segment.Use case
I checked the agent code and found consumer interceptor
AbstractMessageConsumeInterceptor
I add one line
Tags.MQ_TOPIC.set(span, msgs.get(0).getTopic());
after span created. I tested it on my local machine, it worked.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: