Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
89258ef
Add profiles data model
christos68k Mar 19, 2026
4bb9343
Update changelog
christos68k Mar 19, 2026
a8c0996
Update optional fields
christos68k Mar 19, 2026
66b117d
Consistent capitalization when referring to OTLP Profiles
christos68k Mar 19, 2026
0df9bb5
Apply suggestions from code review
christos68k Mar 20, 2026
9b20157
Rename data-model.md to data-format.md
christos68k Mar 20, 2026
95665dc
Rename 'data model' to 'data format'
christos68k Mar 20, 2026
4bb8781
Minor update to wording
christos68k Mar 20, 2026
68d0152
Update specification/profiles/data-format.md
christos68k Mar 20, 2026
f737e3e
Update data-format.md link in mappings.md
christos68k Mar 20, 2026
841ad4d
Address review feedback
christos68k Mar 23, 2026
19759d2
Address review feedback
christos68k Mar 24, 2026
2ce2e77
Add clarification for original_payload
christos68k Mar 24, 2026
32f4328
Fix wording
christos68k Mar 24, 2026
aea0a06
Updating wording according to texlint
christos68k Mar 25, 2026
2e1deb9
Minor update
christos68k Mar 25, 2026
cc27c0b
Apply suggestion from @florianl
christos68k Apr 16, 2026
cc69ba7
Apply suggestion from @florianl
christos68k Apr 16, 2026
7bc0ef4
Apply suggestion from @florianl
christos68k Apr 16, 2026
1d643fe
Update Line-Function relationship
christos68k Apr 16, 2026
85b92ac
Update Location-Line embedding relationship
christos68k Apr 16, 2026
2f9c773
Remove field information from messages and link to protobuf
christos68k Apr 16, 2026
3ab3675
Merge remote-tracking branch 'upstream/main' into ck/profiles-data-model
christos68k Jun 30, 2026
ffe3645
Add KeyValue exclusion for textlint
christos68k Jun 30, 2026
4e2cd2c
Fix misspelling
christos68k Jun 30, 2026
a016fcb
Merge branch 'main' into ck/profiles-data-model
christos68k Jul 8, 2026
91bab81
Fix KeyValue being flagged in textlint
christos68k Jul 8, 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 .textlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rules:
- 'to-?do(s)?(?=[ ,.])'
- "indexes\\b"
- "repo\\b"
- 'KeyValue(?:AndUnit)?'
terms:
- Actix
- Ajax
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ release.
- Add event to span event bridge.
([#5006](https://github.com/open-telemetry/opentelemetry-specification/pull/5006))

- Add Profiles data model (data-model.md).
([#4965](https://github.com/open-telemetry/opentelemetry-specification/pull/4965))

### Resource

- Clarify that a Resource describes the observed entity, not the component
Expand Down
Loading
Loading