-
Notifications
You must be signed in to change notification settings - Fork 867
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
Add instrumentation for rocketmq #2263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for contributing! I've left a few comments, please take a look at them 🙏
Sorry for taking so long to review this PR, it somehow went under our radar 😞
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqConsumerTracer.java
Outdated
Show resolved
Hide resolved
...8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/TextMapExtractAdapter.java
Outdated
Show resolved
Hide resolved
...8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/TextMapExtractAdapter.java
Outdated
Show resolved
Hide resolved
....8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/TextMapInjectAdapter.java
Outdated
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqProducerTracer.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/BaseConf.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/IntegrationTestBase.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/IntegrationTestBase.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/IntegrationTestBase.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/IntegrationTestBase.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, almost there
...ent-4.8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqTracing.java
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqTracingBuilder.java
Show resolved
Hide resolved
Co-authored-by: Mateusz Rzeszutek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I am also very grateful to @anuraaga and @mateuszrzeszutek . This is not only a very challenging thing, but also things that can learn a lot. I will always pay attention to the development of the opentelemery community.:smiley: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've got just a few more minor comments, but other than that it looks really good 👍
...ent-4.8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/ContextAndScope.java
Outdated
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqTracingBuilder.java
Outdated
Show resolved
Hide resolved
...ent-4.8/library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqTracing.java
Outdated
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqConsumerTracer.java
Outdated
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/rocketmq/RocketMqConsumerTracer.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/IntegrationTestBase.java
Show resolved
Hide resolved
instrumentation/rocketmq-client-4.8/testing/src/main/java/base/BaseConf.java
Outdated
Show resolved
Hide resolved
muzzle (:instrumentation:kotlinx-coroutines:javaagent) failed, how to deal with it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
That looks like a random failure, I'll re-run these checks for you. |
Thanks @addname! |
add rocketmq support
Resolves #1916