Add prototyping requirement for significant changes #2502
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Semantic conventions are intended to provide practical guidance for instrumentation authors and clear documentation for end users on what to expect and how to interpret telemetry. Semantic conventions are not a product on their own; they are only useful when adopted by instrumentations.
Based on past experience, it’s not possible to define realistic conventions without first instrumenting a few libraries, components, or technologies.
This is a proposal to require instrumentation implementations or prototypes for substantial changes to semantic conventions regardless of stability level.
While this may seem like a significant change to the documented process, it aligns with current practice. Looking at the changelog, most changes in recent months (or years?) have been driven by new instrumentation development (e.g., CI/CD metrics, CLI spans, GenAI conventions, .NET runtime metrics and connection spans), refactoring of existing instrumentation (e.g., k8s, system conventions), or stabilization efforts (e.g., database), and in most cases were accompanied by an existing instrumentation or prototypes.