Add tags mq.message.keys and mq.message.tags for RocketMQ producer span#404
Add tags mq.message.keys and mq.message.tags for RocketMQ producer span#404wu-sheng merged 6 commits intoapache:mainfrom
mq.message.keys and mq.message.tags for RocketMQ producer span#404Conversation
|
Isn't keys enough to locate the message? The tracing should take as less messages as possible |
The
It should follow this principle, now these tags will be ignored when they are blank. |
message.keys and message.tags for RocketMQ producer spanmq.message.keys and mq.message.tags for RocketMQ producer span
RocketMQ message has
tagsandkeysconcept.See https://rocketmq.apache.org/docs/4.x/producer/04concept1#message
message.tagsto help developers identify messages.message.keysto help developers search messages by key in the RocketMQ console.CHANGESlog.