Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
01a0019
SemConv schema v2: initial draft
lmolkova Jan 2, 2026
9afa9e9
up
lmolkova Jan 2, 2026
2c6366c
update based on resolved/forge discussion, remove tar.gz
lmolkova Jan 4, 2026
3181bb0
review
lmolkova Jan 12, 2026
d647f8e
add list versions and latest version as future possibilities
lmolkova Jan 13, 2026
95e4d5a
not a goal to decide where individual conventions should live
lmolkova Jan 13, 2026
c5f205e
multi-registry-start
lmolkova Jan 24, 2026
4631056
incorporate Laurent's changes on multi-registry
lmolkova Jan 24, 2026
6bc7c8e
listing versions, publish diff if necessary, scheme url changes
lmolkova Jan 28, 2026
d3b972f
add more context about conflict resolution, other minor cleanup
lmolkova Feb 10, 2026
27d4a1d
link to transform processor PoC
lmolkova Feb 10, 2026
03a47bf
Merge branch 'main' into semconv-schema-v2
lmolkova Feb 10, 2026
c08cca8
lint
lmolkova Feb 10, 2026
f4d5af7
lint
lmolkova Feb 10, 2026
c054320
adapt to https://github.com/open-telemetry/weaver/pull/1202 refactorings
lmolkova Feb 15, 2026
8e672e1
address feedback
lmolkova Feb 15, 2026
0e82317
more cleanup and feedback
lmolkova Feb 15, 2026
f5e2813
unify file_format versioning across manifest/resolved/definition
lmolkova Apr 27, 2026
9b627b1
rename resolved_schema_uri to resolved_registry_uri
lmolkova Apr 27, 2026
d706d20
address some of the feedback
lmolkova Apr 27, 2026
72137d2
Merge branch 'main' into semconv-schema-v2
lmolkova Apr 27, 2026
f340355
address another batch
lmolkova Apr 28, 2026
10fbe17
move -dev from version suffix to family suffix
lmolkova Apr 28, 2026
f21eb5a
move sections around, no change
lmolkova Apr 28, 2026
4f26554
fix lint
lmolkova Apr 28, 2026
e89a4f5
nits
lmolkova Apr 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ words:
- memfd # linux feature: https://man7.org/linux/man-pages/man2/memfd_create.2.html
- uprobes # linux feature: https://www.brendangregg.com/blog/2015-06-28/linux-ftrace-uprobe.html
- Parca # company: https://www.parca.dev/
- unsuffixed
3 changes: 1 addition & 2 deletions .textlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rules:
- 'readme(s)?'
- 'to-?do(s)?(?=[ ,.])'
- "indexes\\b"
- "repo\\b"
terms:
- Actix
- Ajax
Expand Down Expand Up @@ -173,8 +174,6 @@ rules:
- ['psr[ -]?([0-9]+)', PSR-$1]
- ['react[ .]js', React]
- ['regexp?(s)?', regular expression$1]
- [repo\b, repository]
- [repos, repositories]
- ['screen[- ]shot(s)?', screenshot$1]
- ['time[- ]stamp(s)?', timestamp$1]
- ["to-?do(s)?", "TODO$1"]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ release.

### OTEPs

- Add OTEP for Semantic Convention Schema v2 with support for multiple convention
registries and resolved schema format
([#4815](https://github.com/open-telemetry/opentelemetry-specification/pull/4815))

## v1.56.0 (2025-04-20)

### Context
Expand Down
Loading
Loading