Add messaging wrappers to support lightweight manual instrumentation#1803
Closed
Cirilla-zmh wants to merge 11 commits intoopen-telemetry:mainfrom
Closed
Add messaging wrappers to support lightweight manual instrumentation#1803Cirilla-zmh wants to merge 11 commits intoopen-telemetry:mainfrom
Cirilla-zmh wants to merge 11 commits intoopen-telemetry:mainfrom
Conversation
Member
Author
|
Several suggestions from trask:
Thanks for @trask ! |
Member
Author
|
@trask Tests for mns-clients and api itself are not implemented in view of possible migration from Looking forward to your response and have nice days on KubeCon EU! |
Member
Author
|
BTW, please ignore the build failure caused by mns. Our sdk of 1.3.0 hasn't been released yet and we will release it soon. |
3 tasks
steverao
reviewed
Apr 16, 2025
| ```xml | ||
| <dependency> | ||
| <groupId>io.opentelemetry.contrib</groupId> | ||
| <artifactId>opentelemetry-messaging-wrappers-api</artifactId> |
Contributor
There was a problem hiding this comment.
Add following version like other modules? https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/inferred-spans#usage
<version>{latest version}</version>
This file contains hidden or 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
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.
Description:
< Describe what is being changed or added.
Ex. Bug fix - Describe the bug and how this fixes it.
Ex. Feature addition - Describe what this provides and why. >
Existing Issue(s):
< Link any applicable issues. >
Testing:
< Describe what testing was performed and any tests were added. >
Documentation:
< Describe the documentation added.
Please be sure to modify relevant existing documentation if needed. >
Outstanding items:
< Anything that these changes are intentionally missing
that will be needed or can be helpful in the future. >