-
Notifications
You must be signed in to change notification settings - Fork 805
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
feat(semantic-conventions): messaging specifications #1684
feat(semantic-conventions): messaging specifications #1684
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1684 +/- ##
==========================================
- Coverage 92.15% 92.14% -0.02%
==========================================
Files 166 166
Lines 5573 5573
Branches 1194 1194
==========================================
- Hits 5136 5135 -1
- Misses 437 438 +1
|
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.
One error,
What about Operation names (send, receive, process) ?
packages/opentelemetry-semantic-conventions/src/trace/messaging.ts
Outdated
Show resolved
Hide resolved
…g.ts Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
@obecny added operation names and fixed the typo. |
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.
lgtm, thx for changes
Please update the branch or make the branch writeable by maintainers |
@dyladan Done. I don't have the "allow edit by maintainers" option due to my organization settings. |
Adding messaging specifications to semantic-conventions package, as described here.