docs(config): link to shared declarative config spec conformance matrix#5347
Draft
MikeGoldsmith wants to merge 5 commits into
Draft
docs(config): link to shared declarative config spec conformance matrix#5347MikeGoldsmith wants to merge 5 commits into
MikeGoldsmith wants to merge 5 commits into
Conversation
Contributor
|
Does adding it here not work? |
Contributor
@MikeGoldsmith I wonder what is the motivation for this PR, is the compliance matrix in the spec not detailed enough? In any case, having this new matrix here is harmless but I understand the point of @herin049 above, I am also curious. |
7 tasks
Member
Author
|
You're both right, I'm going to update to link to the compatability matrix in the config repo itself. Although, python is on that list yet, so I'll work on adding it there first 👍🏻 |
xrmx
requested changes
Jun 25, 2026
xrmx
left a comment
Contributor
There was a problem hiding this comment.
Blocker until we get the config repo updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Adds a pointer from the Python SDK's declarative configuration package README to the shared language support status matrix in
opentelemetry-configuration, so the Python conformance status lives alongside the other languages instead of being duplicated per language SDK.Originally this PR added a Python-specific
spec-conformance.mdto the SDK repo. After discussion on open-telemetry/opentelemetry-js#6846 (where the same approach was being taken there), the consensus is that conformance status should be tracked once in the shared config repo, not duplicated per language. Reworked accordingly:spec-conformance.md.schema/meta_schema_language_python.yamlin the config repo is the source of truth.Closes #5346.
Dependencies
pythonto the shared matrix asunknownentries). The link in this PR resolves only after that merges. A follow-up PR against the config repo will replace theunknownentries with the real Python status.Type of change
How Has This Been Tested?
tox -e docsbuilds clean.Does This PR Require a Contrib Repo Change?
Checklist: