-
Notifications
You must be signed in to change notification settings - Fork 889
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
Adapt semantic conventions for the span name of messaging systems #690
Adapt semantic conventions for the span name of messaging systems #690
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.
Thanks!
…f the suggested span name format is used
Mostly not sure about temporary destination being under Conversation
…e nor conversation ID are suitable
091498c
to
d742494
Compare
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.
Quite some back and forth (mostly forth 😃, thank you @yurishkuro!) here, I think it looks good now. General guideline updates for span names (only use input from config+code) should be done separately.
…en-telemetry#690) * Adapt messaging semantic conventions to include the operation in the span name * Specify that the operation name must match the respective attribute if the suggested span name format is used * Update span names in examples * Consolidate definition of operation names into a separate section * Consolidate capitalization * Reference Conversation ID definition * Consolidate MD syntax * Organize definitions * Organize definitions * Reference definitions * Allow artificial destinations as span name if neither destination name nor conversation ID are suitable * Do not use conversation IDs for span name * Wording Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com> * Fix typo * Add more links and guidance on messaging.operation * Fix changelog Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com>
…en-telemetry#690) * Adapt messaging semantic conventions to include the operation in the span name * Specify that the operation name must match the respective attribute if the suggested span name format is used * Update span names in examples * Consolidate definition of operation names into a separate section * Consolidate capitalization * Reference Conversation ID definition * Consolidate MD syntax * Organize definitions * Organize definitions * Reference definitions * Allow artificial destinations as span name if neither destination name nor conversation ID are suitable * Do not use conversation IDs for span name * Wording Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com> * Fix typo * Add more links and guidance on messaging.operation * Fix changelog Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com>
Resolves #686.