docs(telemetry): document semconv v1.43 schema URL compatibility - #4051
Draft
Sayt-0 wants to merge 1 commit into
Draft
docs(telemetry): document semconv v1.43 schema URL compatibility#4051Sayt-0 wants to merge 1 commit into
Sayt-0 wants to merge 1 commit into
Conversation
Sayt-0
marked this pull request as draft
August 24, 2026 16:21
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.
Summary
schema_urlvalues emitted after the OpenTelemetry SDK 1.45 migration.Issue requirements
schema_urlbehaviorschema_urlbehavior1.41.0to1.43.0, independent scope schemas, and allowlist/translator updates.https://opentelemetry.io/schemas/1.43.0.Validation
task testtask buildgo test ./cmd/root/... -run '^TestTraceExportEmitsResourceSchemaURL$' -race -count=10go vet ./cmd/root/...go build ./...go mod tidy -diffnpx --yes markdownlint-cli2@0.22.1./scripts/docs-check-canonical.sh./scripts/docs-check-llms-txt.shgit diff --checktask docs-check-linksremains blocked by unrelated existing external403/404responses and a pre-existing missing MCP documentation anchor. The installedgolangci-lintwas built with Go 1.26 and cannot lint a repository targeting Go 1.27.Closes #4047