From 533cef4b4dba19ce41ceebbfa386a2b458f4b644 Mon Sep 17 00:00:00 2001 From: SylvainJuge <763082+SylvainJuge@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:22:14 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Trask Stalnaker --- .chloggen/1599.yaml | 2 +- docs/code/README.md | 2 +- docs/general/attributes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.chloggen/1599.yaml b/.chloggen/1599.yaml index 0f253e83ed..2efbbcbb6b 100644 --- a/.chloggen/1599.yaml +++ b/.chloggen/1599.yaml @@ -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. diff --git a/docs/code/README.md b/docs/code/README.md index 6c6c5bc009..5670bb68d7 100644 --- a/docs/code/README.md +++ b/docs/code/README.md @@ -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. diff --git a/docs/general/attributes.md b/docs/general/attributes.md index 79121f3326..2218eddf4f 100644 --- a/docs/general/attributes.md +++ b/docs/general/attributes.md @@ -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).