test(agent-observability): pin OTel semconv schema URL to v1.41.0 raw GitHub path#774
Merged
Merged
Conversation
The conftest fetches the semconv schema for jsonschema validation. Using the docs site URL means schema-validation tests break whenever the docs site drifts. Pin to v1.41.0 raw GitHub path so the schema is stable across runs.
Contributor
|
Claude finished @liustve's task in 1m 39s —— View job ReviewReviewed the diff for PR #774.
Findings: none — no new substantive issues. Notes (non-blocking, FYI only):
LGTM. |
srprash
approved these changes
Jun 15, 2026
4 tasks
1 task
liustve
added a commit
to aws-observability/aws-otel-js-instrumentation
that referenced
this pull request
Jun 15, 2026
## Summary - Pin OTel semconv schema URL to `v1.41.0` raw GitHub path so schema-validation tests are stable when the docs site drifts. - Mirrors python-side fix in aws-observability/aws-otel-python-instrumentation#774. `main` build is currently failing with 38 GenAI tests hitting 404s on `https://opentelemetry.io/docs/specs/semconv/gen-ai/*.json`; pinning to the raw GitHub URL resolves them. ## Test plan - [ ] Existing schema-validation tests still pass against the pinned URL
jj22ee
pushed a commit
to aws-observability/aws-otel-js-instrumentation
that referenced
this pull request
Jun 16, 2026
## Summary - Pin OTel semconv schema URL to `v1.41.0` raw GitHub path so schema-validation tests are stable when the docs site drifts. - Mirrors python-side fix in aws-observability/aws-otel-python-instrumentation#774. `main` build is currently failing with 38 GenAI tests hitting 404s on `https://opentelemetry.io/docs/specs/semconv/gen-ai/*.json`; pinning to the raw GitHub URL resolves them. ## Test plan - [ ] Existing schema-validation tests still pass against the pinned URL
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