Skip to content

Refactor description of span kind#4178

Merged
lmolkova merged 10 commits intoopen-telemetry:mainfrom
lmolkova:refactor-span-kind-another-try
Sep 3, 2024
Merged

Refactor description of span kind#4178
lmolkova merged 10 commits intoopen-telemetry:mainfrom
lmolkova:refactor-span-kind-another-try

Conversation

@lmolkova
Copy link
Copy Markdown
Member

@lmolkova lmolkova commented Aug 6, 2024

Fixes #3172

(Built on top of #4088)

Changes

  • Explains kinds without assuming presence of parent/children
  • Adds links as another correlation mechanism
  • Normalizes nested client spans even further - database, messaging, RPC, and LLM semantic conventions require CLIENT kind for logical client operation.
  • Does not touch INTERNAL kind yet - What's INTERNAL span kind and when it should be used #4179

Comment thread specification/trace/api.md Outdated
@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions Bot added the Stale label Aug 15, 2024
@lmolkova lmolkova force-pushed the refactor-span-kind-another-try branch from f81dfad to 152e677 Compare August 18, 2024 17:09
@lmolkova lmolkova marked this pull request as ready for review August 18, 2024 17:09
@lmolkova lmolkova requested review from a team August 18, 2024 17:09
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Comment thread specification/trace/api.md Outdated
Co-authored-by: Trask Stalnaker <[email protected]>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 3, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions Bot closed this Sep 3, 2024
@lmolkova lmolkova reopened this Sep 3, 2024
@lmolkova lmolkova merged commit e9a2b00 into open-telemetry:main Sep 3, 2024
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
Fixes open-telemetry#3172

(Built on top of open-telemetry#4088)

## Changes

- Explains kinds without assuming presence of parent/children 
- Adds links as another correlation mechanism
- Normalizes nested client spans even further - database, messaging,
RPC, and LLM semantic conventions require CLIENT kind for logical client
operation.
- Does not touch INTERNAL kind yet -
open-telemetry#4179

* [x] Related issues open-telemetry#3172,
open-telemetry/semantic-conventions#674,
open-telemetry/oteps#172,
open-telemetry/semantic-conventions#1315
* ~~[ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) #~~
* ~~[ ] Links to the prototypes (when adding or changing features)~~
* [x]
[`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md)
file updated for non-trivial changes
* ~~[ ]
[`spec-compliance-matrix.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md)
updated if necessary~~

---------

Co-authored-by: Tigran Najaryan <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Trask Stalnaker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify semantic of SpanKind regarding parent/child relationships

9 participants