-
Notifications
You must be signed in to change notification settings - Fork 881
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
Implement producer part of RocketMQ new client instrumentation #6884
Merged
trask
merged 13 commits into
open-telemetry:main
from
aaron-ai:feature/pr_support_rocketmqclientjava
Oct 28, 2022
Merged
Implement producer part of RocketMQ new client instrumentation #6884
trask
merged 13 commits into
open-telemetry:main
from
aaron-ai:feature/pr_support_rocketmqclientjava
Oct 28, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 17, 2022 02:54
182b728
to
b5cd7d1
Compare
Please take a look @trask @mateuszrzeszutek @laurit |
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 19, 2022 05:56
b5cd7d1
to
393d4a1
Compare
laurit
reviewed
Oct 19, 2022
...umentation/rocketmq/rocketmq-client-java/rocketmq-client-java-5.0/javaagent/build.gradle.kts
Outdated
Show resolved
Hide resolved
...umentation/rocketmq/rocketmq-client-java/rocketmq-client-java-5.0/javaagent/build.gradle.kts
Outdated
Show resolved
Hide resolved
...umentation/rocketmq/rocketmq-client-java/rocketmq-client-java-5.0/javaagent/build.gradle.kts
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/MapSetter.java
Outdated
Show resolved
Hide resolved
.../opentelemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/ParentContextExtractor.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqInstrumenterFactory.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqInstrumenterFactory.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqInstrumenterFactory.java
Outdated
Show resolved
Hide resolved
...ava/io/opentelemetry/instrumentation/rocketmqclientjava/v5_0/AbstractRocketMqClientTest.java
Outdated
Show resolved
Hide resolved
...metry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqProducerInstrumentation.java
Outdated
Show resolved
Hide resolved
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
2 times, most recently
from
October 20, 2022 09:40
4329278
to
2c182ed
Compare
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 21, 2022 11:55
235bebd
to
36e4537
Compare
trask
reviewed
Oct 23, 2022
...ava/io/opentelemetry/instrumentation/rocketmqclientjava/v5_0/AbstractRocketMqClientTest.java
Outdated
Show resolved
Hide resolved
...ava/io/opentelemetry/instrumentation/rocketmqclientjava/v5_0/AbstractRocketMqClientTest.java
Outdated
Show resolved
Hide resolved
instrumentation/rocketmq/rocketmq-client-java/rocketmq-client-java-5.0/README.md
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/MapSetter.java
Outdated
Show resolved
Hide resolved
.../opentelemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/ParentContextExtractor.java
Outdated
Show resolved
Hide resolved
...lemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqInstrumentationModule.java
Outdated
Show resolved
Hide resolved
...lemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqInstrumentationModule.java
Outdated
Show resolved
Hide resolved
...metry/javaagent/instrumentation/rocketmqclientjava/v5_0/RocketMqProducerInstrumentation.java
Outdated
Show resolved
Hide resolved
laurit
reviewed
Oct 23, 2022
.../main/java/io/opentelemetry/javaagent/instrumentation/rocketmqclientjava/v5_0/MapSetter.java
Outdated
Show resolved
Hide resolved
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
2 times, most recently
from
October 24, 2022 05:25
e394270
to
1211be2
Compare
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 25, 2022 06:12
2db0b42
to
a150963
Compare
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 25, 2022 06:14
a150963
to
1e324bb
Compare
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 26, 2022 06:30
5b31404
to
b75898b
Compare
aaron-ai
force-pushed
the
feature/pr_support_rocketmqclientjava
branch
from
October 26, 2022 06:52
b75898b
to
cf3d2dc
Compare
It seems that all issues mentioned above have been solved. any more feedback? |
trask
approved these changes
Oct 27, 2022
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.
a couple of small suggestions👍
.../src/main/java/io/opentelemetry/javaagent/instrumentation/rocketmqclient/v5_0/MapSetter.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclient/v5_0/RocketMqProducerInstrumentation.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclient/v5_0/RocketMqProducerInstrumentation.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/rocketmqclient/v5_0/RocketMqProducerInstrumentation.java
Outdated
Show resolved
Hide resolved
...aagent/instrumentation/rocketmqclient/v5_0/RocketMqPublishingMessageImplInstrumentation.java
Outdated
Show resolved
Hide resolved
...aagent/instrumentation/rocketmqclient/v5_0/RocketMqPublishingMessageImplInstrumentation.java
Outdated
Show resolved
Hide resolved
The markdown-link-check is failed, which will be fixed by #6986 |
6 tasks
LironKS
pushed a commit
to helios/opentelemetry-java-instrumentation
that referenced
this pull request
Oct 31, 2022
…telemetry#6884) Fix open-telemetry#6764 . This pull request is about the producer part.
LironKS
pushed a commit
to helios/opentelemetry-java-instrumentation
that referenced
this pull request
Dec 4, 2022
…telemetry#6884) Fix open-telemetry#6764 . This pull request is about the producer part.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #6764 . This pull request is about the producer part.