Skip to content

Commit

Permalink
Commit registry changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed Mar 26, 2024
1 parent eda54dd commit 87d030d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .chloggen/thread-id-type.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
change_type: breaking
component: general
component: thread
note: Change type of `thread.id` attribute from int to string
issues: [546]
2 changes: 1 addition & 1 deletion model/registry/thread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ groups:
These attributes may be used for any operation to store information about a thread that started a span.
attributes:
- id: id
type: int
type: string
stability: experimental
brief: >
Current "managed" thread ID (as opposed to OS thread ID).
Expand Down

0 comments on commit 87d030d

Please sign in to comment.