Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
SylvainJuge and trask authored Mar 5, 2025
1 parent 51c6c9d commit 533cef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .chloggen/1599.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change_type: enhancement
component: code

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Mark code semantic conventions as release candidate
note: Mark `code.*` semantic conventions as release candidate

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand Down
2 changes: 1 addition & 1 deletion docs/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Code

# Semantic conventions for code

**Status**: [Mixed][DocumentStatus]
**Status**: [Release Candidate][DocumentStatus]

This document defines semantic conventions for source code.

Expand Down
2 changes: 1 addition & 1 deletion docs/general/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Examples of where `thread.id` and `thread.name` can be extracted from:

## Source Code Attributes

**Status**: [Mixed][DocumentStatus]
**Status**: [Release Candidate][DocumentStatus]

Often a span is closely tied to a certain unit of code that is logically responsible for handling
the operation that the span describes (usually the method that starts the span).
Expand Down

0 comments on commit 533cef4

Please sign in to comment.